trying to start moving config to individual files
This commit is contained in:
parent
e929eb989b
commit
fd3cedfa93
3 changed files with 14 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./razer-speaker-fix.nix
|
||||
../niri
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -280,13 +281,6 @@
|
|||
vSync = true;
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = inputs.niri.packages.x86_64-linux.niri;
|
||||
};
|
||||
|
||||
# programs.waybar.enable = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue