stuff
This commit is contained in:
7
system/defaults/system.nix
Normal file
7
system/defaults/system.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "https://git.coven.systems/autumn/nixos-conf";
|
||||
};
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
|
||||
#system configs
|
||||
../defaults/system.nix
|
||||
../defaults/locale.nix
|
||||
../defaults/boot.nix
|
||||
../defaults/services.nix
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
|
||||
#system configs
|
||||
../defaults/system.nix
|
||||
../defaults/locale.nix
|
||||
../defaults/boot.nix
|
||||
../defaults/services.nix
|
||||
@@ -79,6 +80,9 @@
|
||||
tree
|
||||
swaylock-effects
|
||||
code-cursor-fhs
|
||||
wayland
|
||||
wayland-protocols
|
||||
libxkbcommon
|
||||
];
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user