From 9f5695372e58915e7125e7ccd04ba97cdfddd674 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 3 Jul 2025 21:51:09 -0400 Subject: removed ignis Former-commit-id: 8ef03d574bfcab02e817d380166c09c59ce8f1c7 --- features/user/gui/desktops/niri/default.nix | 1 - .../user/gui/desktops/niri/parts/ignis/default.nix | 21 ---- flake.lock | 108 ++------------------- flake.nix | 2 - 4 files changed, 9 insertions(+), 123 deletions(-) delete mode 100755 features/user/gui/desktops/niri/parts/ignis/default.nix 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, @@ -357,22 +299,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=", @@ -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": { @@ -465,21 +390,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=", 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"; }; } -- cgit v1.2.3