stuff
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -184,11 +184,11 @@
|
|||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
|
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
|
||||||
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
|
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
|
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
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
|
./hardware-configuration.nix
|
||||||
|
|
||||||
#system configs
|
#system configs
|
||||||
|
../defaults/system.nix
|
||||||
../defaults/locale.nix
|
../defaults/locale.nix
|
||||||
../defaults/boot.nix
|
../defaults/boot.nix
|
||||||
../defaults/services.nix
|
../defaults/services.nix
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
#system configs
|
#system configs
|
||||||
|
../defaults/system.nix
|
||||||
../defaults/locale.nix
|
../defaults/locale.nix
|
||||||
../defaults/boot.nix
|
../defaults/boot.nix
|
||||||
../defaults/services.nix
|
../defaults/services.nix
|
||||||
@@ -79,6 +80,9 @@
|
|||||||
tree
|
tree
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
code-cursor-fhs
|
code-cursor-fhs
|
||||||
|
wayland
|
||||||
|
wayland-protocols
|
||||||
|
libxkbcommon
|
||||||
];
|
];
|
||||||
environment.pathsToLink = ["/share/zsh"];
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user