nixos-cli, ly
This commit is contained in:
parent
bdf6c887b8
commit
4280614fe8
3 changed files with 14 additions and 4 deletions
|
|
@ -10,8 +10,9 @@
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./gdm.nix
|
./display-manager.nix
|
||||||
./localization.nix
|
./localization.nix
|
||||||
./fira-code.nix
|
./fira-code.nix
|
||||||
|
./nixos-cli.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,9 @@
|
||||||
variant = "";
|
variant = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
displayManager.gdm = {
|
displayManager.ly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland = true;
|
|
||||||
autoSuspend = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.hyprland.enable = true;
|
||||||
}
|
}
|
||||||
10
system/nixos-cli.nix
Normal file
10
system/nixos-cli.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.nixos-cli.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue