restructure and further configure sway
This commit is contained in:
parent
f9138672e8
commit
8f5c2ff8f6
25 changed files with 476 additions and 256 deletions
12
users/default.nix
Normal file
12
users/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ osConfig, lib, ... }:
|
||||
|
||||
{
|
||||
imports = lib.fileset.toList (lib.fileset.fileFilter (f: f.hasExt "nix") ./default);
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home = {
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue