summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfeatures/user/gui/desktops/niri/default.nix1
-rwxr-xr-xfeatures/user/gui/desktops/niri/parts/ignis/default.nix21
-rw-r--r--flake.lock108
-rw-r--r--flake.nix2
4 files changed, 9 insertions, 123 deletions
diff --git a/features/user/gui/desktops/niri/default.nix b/features/user/gui/desktops/niri/default.nix
index cd904de..6304c66 100755
--- a/features/user/gui/desktops/niri/default.nix
+++ b/features/user/gui/desktops/niri/default.nix
@@ -20,7 +20,6 @@ in {
selectors.enable = true;
swww.enable = true;
mako.enable = true;
- ignis.enable = true;
hyprlock.enable = true;
};
programs.niri = {
diff --git a/features/user/gui/desktops/niri/parts/ignis/default.nix b/features/user/gui/desktops/niri/parts/ignis/default.nix
deleted file mode 100755
index c609ca9..0000000
--- a/features/user/gui/desktops/niri/parts/ignis/default.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ config, pkgs, lib, inputs, ... }: let
- cfg = config.features.gui.desktops.niri.parts.ignis;
-in {
- options.features.gui.desktops.niri.parts.ignis.enable = lib.mkEnableOption "ignis";
- config = lib.mkIf cfg.enable {
- home.packages = [
- inputs.ignis.packages.${pkgs.system}.ignis
- pkgs.python3
- ];
- # home.file."ignis-config" = {
- # target = ".config/ignis/config.py";
- # src = ./config.py;
- # };
- # home.file."ignis-style" = {
- # target = ".config/ignis/style.scss";
- # text = /*scss*/ ''
-
- # '';
- # };
- };
-}
diff --git a/flake.lock b/flake.lock
index b4dfeee..1de9781 100644
--- a/flake.lock
+++ b/flake.lock
@@ -61,28 +61,7 @@
},
"flake-utils": {
"inputs": {
- "systems": [
- "ignis",
- "systems"
- ]
- },
- "locked": {
- "lastModified": 1731533236,
- "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
- "flake-utils_2": {
- "inputs": {
- "systems": "systems_3"
+ "systems": "systems_2"
},
"locked": {
"lastModified": 1731533236,
@@ -98,22 +77,6 @@
"type": "github"
}
},
- "gvc": {
- "flake": false,
- "locked": {
- "lastModified": 1735384240,
- "narHash": "sha256-ikF9EzFlsRH8i4+SVUHETF4Jk1ob2JX1RLsuMdzrQOQ=",
- "owner": "ignis-sh",
- "repo": "libgnome-volume-control-wheel",
- "rev": "2d1cb33dacdae43127bb843a48b159ea7b8925d0",
- "type": "github"
- },
- "original": {
- "owner": "ignis-sh",
- "repo": "libgnome-volume-control-wheel",
- "type": "github"
- }
- },
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -156,31 +119,10 @@
"type": "github"
}
},
- "ignis": {
- "inputs": {
- "flake-utils": "flake-utils",
- "gvc": "gvc",
- "nixpkgs": "nixpkgs_2",
- "systems": "systems_2"
- },
- "locked": {
- "lastModified": 1751475634,
- "narHash": "sha256-RldDQbrOBjg8CLhkyVa3Wcb5fz6/0xQHLoYBvShXajY=",
- "owner": "linkfrg",
- "repo": "ignis",
- "rev": "c9a2ca2e9b6c6a37448b86645c4dd055d5dff844",
- "type": "github"
- },
- "original": {
- "owner": "linkfrg",
- "repo": "ignis",
- "type": "github"
- }
- },
"jovian": {
"inputs": {
"nix-github-actions": "nix-github-actions",
- "nixpkgs": "nixpkgs_3"
+ "nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1751358277,
@@ -215,7 +157,7 @@
"inputs": {
"niri-stable": "niri-stable",
"niri-unstable": "niri-unstable",
- "nixpkgs": "nixpkgs_4",
+ "nixpkgs": "nixpkgs_3",
"nixpkgs-stable": "nixpkgs-stable",
"xwayland-satellite-stable": "xwayland-satellite-stable",
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
@@ -307,8 +249,8 @@
"nix-minecraft": {
"inputs": {
"flake-compat": "flake-compat",
- "flake-utils": "flake-utils_2",
- "nixpkgs": "nixpkgs_5"
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1751422033,
@@ -358,22 +300,6 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1751011381,
- "narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_3": {
- "locked": {
"lastModified": 1747744144,
"narHash": "sha256-W7lqHp0qZiENCDwUZ5EX/lNhxjMdNapFnbErcbnP11Q=",
"owner": "NixOS",
@@ -388,7 +314,7 @@
"type": "github"
}
},
- "nixpkgs_4": {
+ "nixpkgs_3": {
"locked": {
"lastModified": 1751271578,
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
@@ -404,7 +330,7 @@
"type": "github"
}
},
- "nixpkgs_5": {
+ "nixpkgs_4": {
"locked": {
"lastModified": 1748929857,
"narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=",
@@ -420,7 +346,7 @@
"type": "github"
}
},
- "nixpkgs_6": {
+ "nixpkgs_5": {
"locked": {
"lastModified": 1751271578,
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
@@ -440,13 +366,12 @@
"inputs": {
"agenix": "agenix",
"home-manager": "home-manager_2",
- "ignis": "ignis",
"jovian": "jovian",
"mnw": "mnw",
"niri": "niri",
"nix-flatpak": "nix-flatpak",
"nix-minecraft": "nix-minecraft",
- "nixpkgs": "nixpkgs_6"
+ "nixpkgs": "nixpkgs_5"
}
},
"systems": {
@@ -466,21 +391,6 @@
},
"systems_2": {
"locked": {
- "lastModified": 1689347949,
- "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
- "owner": "nix-systems",
- "repo": "default-linux",
- "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default-linux",
- "type": "github"
- }
- },
- "systems_3": {
- "locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
diff --git a/flake.nix b/flake.nix
index d29e8ef..1ff27c0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,8 +46,6 @@
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
- ignis.url = "github:linkfrg/ignis";
-
nix-flatpak.url = "github:gmodena/nix-flatpak";
};
}