Pi4 home-manager config

This commit is contained in:
2025-04-15 23:22:49 +02:00
parent a47b9bb118
commit 4ed23cdf5f
3 changed files with 18 additions and 11 deletions

View File

@ -18,10 +18,6 @@
};
};
environment.systemPackages = with pkgs; [
vim
];
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";