fix #2

Merged
autumn merged 2 commits from fix into main 2025-09-21 20:23:51 -06:00
4 changed files with 14 additions and 2 deletions
Showing only changes of commit 33e6960112 - Show all commits

4
flake.lock generated
View File

@@ -184,11 +184,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev",
"type": "path"
},
"original": {
"path": "/nix/store/j8lij0zvy21f1nyzh1w1jl2zyjl683pb-source/system/extras/pydev",
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev",
"type": "path"
}
},

View File

@@ -0,0 +1,7 @@
{config, pkgs, ...}:
{
programs.nh = {
enable = true;
flake = "https://git.coven.systems/autumn/nixos-conf";
};
}

View File

@@ -10,6 +10,7 @@
./hardware-configuration.nix
#system configs
../defaults/system.nix
../defaults/locale.nix
../defaults/boot.nix
../defaults/services.nix

View File

@@ -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"];