idk why, but niri was borked

This commit is contained in:
Noa Aarts 2025-09-12 13:31:38 +02:00
parent bae5c73b90
commit 047c54cb3a
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 1 additions and 49 deletions

View file

@ -115,7 +115,7 @@
niri = {
enable = true;
package = inputs.niri.packages.${pkgs.system}.niri;
# package = inputs.niri.packages.${pkgs.system}.niri;
};
nm-applet.enable = true;

43
flake.lock generated
View file

@ -918,27 +918,6 @@
"type": "github"
}
},
"niri": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1757656821,
"narHash": "sha256-MDaLusQZflxngGMU41g6cqabM7KE8I55UazzAZsjNN0=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "b7909dbf61c7c1511b9a51ef46e1d503d5ba3d05",
"type": "github"
},
"original": {
"owner": "YaLTeR",
"repo": "niri",
"type": "github"
}
},
"nix2container": {
"flake": false,
"locked": {
@ -1351,7 +1330,6 @@
"home-manager": "home-manager_2",
"lix": "lix",
"lix-module": "lix-module",
"niri": "niri",
"nixcord": "nixcord",
"nixpkgs": "nixpkgs_7",
"nixsg": "nixsg",
@ -1360,27 +1338,6 @@
"tsunami": "tsunami_2"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"niri",
"nixpkgs"
]
},
"locked": {
"lastModified": 1752374969,
"narHash": "sha256-Ky3ynEkJXih7mvWyt9DWoiSiZGqPeHLU1tlBU4b0mcc=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "75fb000638e6d0f57cb1e8b7a4550cbdd8c76f1d",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"stylix": {
"inputs": {
"base16": "base16",

View file

@ -43,11 +43,6 @@
url = "github:itepastra/flurry";
inputs.nixpkgs.follows = "nixpkgs";
};
# scrolling window manager
niri = {
url = "github:YaLTeR/niri";
inputs.nixpkgs.follows = "nixpkgs";
};
# alternative nix implementation
lix = {
url = "git+https://git.lix.systems/lix-project/lix.git";