move niri to home

This commit is contained in:
2024-09-17 12:21:19 -04:00
parent 43e57d1f76
commit 421d94be51
6 changed files with 18 additions and 15 deletions

View File

@@ -50,7 +50,7 @@
initrd = {
compressor = "zstd";
compressorArgs = [ "-1" ];
compressorArgs = [ "-19" ];
};
};

View File

@@ -332,11 +332,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1726582987,
"narHash": "sha256-mvlNdlD3myhLleFls5OVqaPcCVEgji0r5CmA4gX+/b4=",
"lastModified": 1726589318,
"narHash": "sha256-qk/Ot2p4LwzNy8Fv1Wnz0dOf0IszEh9NCCtEHo79sAw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6201ced8aa80b857841f7a1212594e1e62c4d67e",
"rev": "839e56fb7b9facb0286f3a23c26f34c95e623731",
"type": "github"
},
"original": {

View File

@@ -101,7 +101,6 @@
environment.systemPackages = with pkgs; [
distrobox
niri
];
#weird hack to get swaylock working? idk, if you don't put this here, password entry doesnt work