fix: only use 'nvim' flake as home manager module

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent e40d5b02f7
commit 889440aef8
6 changed files with 3 additions and 7 deletions
-3
View File
@@ -89,9 +89,6 @@ in
};
};
environment.systemPackages = [
inputs.nvim.packages.x86_64-linux.nvim
];
services = {
xserver = {
-1
View File
@@ -75,7 +75,6 @@ in
};
environment.systemPackages = [
inputs.nvim.packages.x86_64-linux.nvim
(pkgs.writeShellApplication {
name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ];
-2
View File
@@ -39,8 +39,6 @@ in
secrets.username = username;
environment.systemPackages = [ inputs.nvim.packages.x86_64-linux.nvim ];
disko = {
devices.disk.main = {
device = "/dev/vda";