initial macos setup
This commit is contained in:
17
modules/home-manager/work/default.nix
Normal file
17
modules/home-manager/work/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.nix-config.hypr;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
};
|
||||
|
||||
imports = [
|
||||
./cryptography.nix
|
||||
./kluster.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user