Flake: update
This commit is contained in:
parent
3e8b19dafe
commit
6c68d4240f
8 changed files with 16 additions and 19 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -328,11 +328,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703545041,
|
"lastModified": 1703850206,
|
||||||
"narHash": "sha256-nvQA+k1rSszrf4kA4eK2i/SGbzoXyoKHzzyzq/Jca1w=",
|
"narHash": "sha256-2oJ6XMp1sR+uZstsWDVxzs0E8HULGXBMdx8cLJsj9+8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "a15b6e525f5737a47b4ce28445c836996fb2ea8c",
|
"rev": "1bace8cedd4fa4ea9efb5ea17a06b9d92af86206",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -422,11 +422,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703832156,
|
"lastModified": 1703843314,
|
||||||
"narHash": "sha256-2u/2oCSFH4QCVKeL/GHnse/S+rZ7aOMQeFJOIwCdBYU=",
|
"narHash": "sha256-70rblJGFghDZq0Y+aONmlkwFWDgn54XQZ7K22lC4f3c=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "66559cae054c9abe9f6f997c3c9720fbad8d5443",
|
"rev": "30864b8447bf85c3ff2efe7af71ffdc60e653288",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@
|
||||||
./instances/odin/hardware-configuration.nix
|
./instances/odin/hardware-configuration.nix
|
||||||
./instances/odin/common_configuration.nix
|
./instances/odin/common_configuration.nix
|
||||||
|
|
||||||
./modules/nixos/pro_audio.nix
|
# ./modules/nixos/pro_audio.nix
|
||||||
./modules/nixos/kdeconnect.nix
|
./modules/nixos/kdeconnect.nix
|
||||||
|
|
||||||
./modules/nixos/hyprland.nix
|
./modules/nixos/hyprland.nix
|
||||||
|
|
|
||||||
|
|
@ -189,9 +189,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
# services.joycond.enable = true;
|
# services.joycond.enable = true;
|
||||||
|
|
||||||
|
services.onedrive.enable = true;
|
||||||
services.onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
|
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -132,8 +132,8 @@
|
||||||
../../modules/hm/pass.nix
|
../../modules/hm/pass.nix
|
||||||
../../modules/hm/picom.nix
|
../../modules/hm/picom.nix
|
||||||
../../modules/hm/polybar.nix
|
../../modules/hm/polybar.nix
|
||||||
../../modules/hm/pro_audio.nix
|
# ../../modules/hm/pro_audio.nix
|
||||||
../../modules/hm/pycharm.nix
|
# ../../modules/hm/pycharm.nix
|
||||||
../../modules/hm/research.nix
|
../../modules/hm/research.nix
|
||||||
../../modules/hm/rofi.nix
|
../../modules/hm/rofi.nix
|
||||||
# ../../modules/hm/screen_locker.nix
|
# ../../modules/hm/screen_locker.nix
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
# joycond.enable = true;
|
# joycond.enable = true;
|
||||||
keybase.enable = true;
|
keybase.enable = true;
|
||||||
onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; };
|
onedrive.enable = true;
|
||||||
openssh = { enable = true; openFirewall = true; };
|
openssh = { enable = true; openFirewall = true; };
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -123,8 +123,8 @@
|
||||||
../../modules/hm/pass.nix
|
../../modules/hm/pass.nix
|
||||||
../../modules/hm/picom.nix
|
../../modules/hm/picom.nix
|
||||||
../../modules/hm/polybar.nix
|
../../modules/hm/polybar.nix
|
||||||
../../modules/hm/pro_audio.nix
|
# ../../modules/hm/pro_audio.nix
|
||||||
../../modules/hm/pycharm.nix
|
# ../../modules/hm/pycharm.nix
|
||||||
../../modules/hm/research.nix
|
../../modules/hm/research.nix
|
||||||
../../modules/hm/rofi.nix
|
../../modules/hm/rofi.nix
|
||||||
# ../../modules/hm/screen_locker.nix
|
# ../../modules/hm/screen_locker.nix
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, config, lib, ... }: {
|
{ pkgs, config, lib, ... }: {
|
||||||
home.packages =
|
home.packages = [ pkgs.bitwarden ] ++
|
||||||
[ pkgs.unstable_pkgs.bitwarden ] ++
|
|
||||||
lib.optionals config.programs.rofi.enable (builtins.attrValues {
|
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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = builtins.attrValues {
|
home.packages = builtins.attrValues {
|
||||||
inherit (pkgs.unstable_pkgs)
|
inherit (pkgs)
|
||||||
# mendeley # Reference manager
|
# mendeley # Reference manager
|
||||||
obsidian# Note manager
|
obsidian# Note manager
|
||||||
zotero
|
zotero
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue