mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
overhaul hypr, waybar, add trayscale, etc
This commit is contained in:
parent
af5a73e5df
commit
9bb638131b
12 changed files with 189 additions and 47 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{utils}: let
|
||||
nixosModules = utils.lib.exportModules [
|
||||
./nix.nix
|
||||
./pinentry-fix.nix
|
||||
./hm.nix
|
||||
./boot.nix
|
||||
./deploy.nix
|
||||
|
|
@ -8,7 +9,11 @@
|
|||
./secret.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
homeManagerModules = utils.lib.exportModules [
|
||||
./trayscale.nix
|
||||
];
|
||||
sharedModules = with nixosModules; [
|
||||
pinentry-fix
|
||||
nix
|
||||
hm
|
||||
boot
|
||||
|
|
@ -16,4 +21,6 @@
|
|||
tailscale
|
||||
secret
|
||||
];
|
||||
in {inherit nixosModules sharedModules;}
|
||||
in {
|
||||
inherit nixosModules homeManagerModules sharedModules;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue