Flake: update

This commit is contained in:
Filippo Berto 2023-12-30 06:20:13 +01:00
parent 3e8b19dafe
commit 6c68d4240f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 16 additions and 19 deletions

12
flake.lock generated
View file

@ -328,11 +328,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1703545041,
"narHash": "sha256-nvQA+k1rSszrf4kA4eK2i/SGbzoXyoKHzzyzq/Jca1w=",
"lastModified": 1703850206,
"narHash": "sha256-2oJ6XMp1sR+uZstsWDVxzs0E8HULGXBMdx8cLJsj9+8=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "a15b6e525f5737a47b4ce28445c836996fb2ea8c",
"rev": "1bace8cedd4fa4ea9efb5ea17a06b9d92af86206",
"type": "github"
},
"original": {
@ -422,11 +422,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1703832156,
"narHash": "sha256-2u/2oCSFH4QCVKeL/GHnse/S+rZ7aOMQeFJOIwCdBYU=",
"lastModified": 1703843314,
"narHash": "sha256-70rblJGFghDZq0Y+aONmlkwFWDgn54XQZ7K22lC4f3c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "66559cae054c9abe9f6f997c3c9720fbad8d5443",
"rev": "30864b8447bf85c3ff2efe7af71ffdc60e653288",
"type": "github"
},
"original": {

View file

@ -165,7 +165,7 @@
./instances/odin/hardware-configuration.nix
./instances/odin/common_configuration.nix
./modules/nixos/pro_audio.nix
# ./modules/nixos/pro_audio.nix
./modules/nixos/kdeconnect.nix
./modules/nixos/hyprland.nix

View file

@ -189,9 +189,7 @@ with lib; {
};
# services.joycond.enable = true;
services.onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
services.onedrive.enable = true;
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;

View file

@ -132,8 +132,8 @@
../../modules/hm/pass.nix
../../modules/hm/picom.nix
../../modules/hm/polybar.nix
../../modules/hm/pro_audio.nix
../../modules/hm/pycharm.nix
# ../../modules/hm/pro_audio.nix
# ../../modules/hm/pycharm.nix
../../modules/hm/research.nix
../../modules/hm/rofi.nix
# ../../modules/hm/screen_locker.nix

View file

@ -162,7 +162,7 @@ with lib; {
};
# joycond.enable = true;
keybase.enable = true;
onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
onedrive.enable = true;
openssh = { enable = true; openFirewall = true; };
pipewire = {
enable = true;

View file

@ -123,8 +123,8 @@
../../modules/hm/pass.nix
../../modules/hm/picom.nix
../../modules/hm/polybar.nix
../../modules/hm/pro_audio.nix
../../modules/hm/pycharm.nix
# ../../modules/hm/pro_audio.nix
# ../../modules/hm/pycharm.nix
../../modules/hm/research.nix
../../modules/hm/rofi.nix
# ../../modules/hm/screen_locker.nix

View file

@ -1,7 +1,6 @@
{ pkgs, config, lib, ... }: {
home.packages =
[ pkgs.unstable_pkgs.bitwarden ] ++
home.packages = [ pkgs.bitwarden ] ++
lib.optionals config.programs.rofi.enable (builtins.attrValues {
inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
# inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
});
}

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
home.packages = builtins.attrValues {
inherit (pkgs.unstable_pkgs)
inherit (pkgs)
# mendeley # Reference manager
obsidian# Note manager
zotero