Commit 16a618e
Changed files (3)
modules/desktop/de/custom/wm/niri/default.nix
@@ -1,17 +1,7 @@
-{
- inputs,
- lib,
- ...
-}: {
- flake-file.inputs.niri-unstable = {
- url = "github:niri-wm/niri";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
- flake.modules.nixos.wm-niri = {pkgs, ...}: {
+{lib, ...}: {
+ flake.modules.nixos.wm-niri = _: {
programs.niri = {
enable = true;
- package = inputs.niri-unstable.packages.${pkgs.stdenv.system}.default;
useNautilus = true;
};
};
flake.lock
@@ -640,27 +640,6 @@
"type": "github"
}
},
- "niri-unstable": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-overlay": "rust-overlay_2"
- },
- "locked": {
- "lastModified": 1776332135,
- "narHash": "sha256-7cKy5sGmN4Yt47Op0+A/b3iEMk/E2Ru+UiI42KfiEPc=",
- "owner": "niri-wm",
- "repo": "niri",
- "rev": "892470afd3dce5396828dd9b211b19210a16eaeb",
- "type": "github"
- },
- "original": {
- "owner": "niri-wm",
- "repo": "niri",
- "type": "github"
- }
- },
"nix-cachyos-kernel": {
"inputs": {
"cachyos-kernel": "cachyos-kernel",
@@ -1166,7 +1145,6 @@
"flatpaks": "flatpaks",
"home-manager": "home-manager",
"import-tree": "import-tree",
- "niri-unstable": "niri-unstable",
"nix-cachyos-kernel": "nix-cachyos-kernel",
"nix-gaming": "nix-gaming",
"nixcord": "nixcord",
@@ -1206,27 +1184,6 @@
}
},
"rust-overlay_2": {
- "inputs": {
- "nixpkgs": [
- "niri-unstable",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1757989933,
- "narHash": "sha256-9cpKYWWPCFhgwQTww8S94rTXgg8Q8ydFv9fXM6I8xQM=",
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "8249aa3442fb9b45e615a35f39eca2fe5510d7c3",
- "type": "github"
- },
- "original": {
- "owner": "oxalica",
- "repo": "rust-overlay",
- "type": "github"
- }
- },
- "rust-overlay_3": {
"inputs": {
"nixpkgs": [
"vaultix",
@@ -1498,7 +1455,7 @@
"flake-parts": "flake-parts_7",
"nixpkgs": "nixpkgs_9",
"pre-commit-hooks": "pre-commit-hooks",
- "rust-overlay": "rust-overlay_3"
+ "rust-overlay": "rust-overlay_2"
},
"locked": {
"lastModified": 1770047974,
flake.nix
@@ -24,10 +24,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
import-tree.url = "github:vic/import-tree";
- niri-unstable = {
- url = "github:niri-wm/niri";
- inputs.nixpkgs.follows = "nixpkgs";
- };
nix-cachyos-kernel = {
url = "github:xddxdd/nix-cachyos-kernel/release";
inputs.nixpkgs.follows = "nixpkgs";