From f83bb4332679aeae751a8b0485e3c9cafd3766a4 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 19 Dec 2025 00:59:46 +0100 Subject: [PATCH] removes ironbar flake --- flake.lock | 116 ----------------------------------------- flake.nix | 1 - home/linux.nix | 7 +-- modules/wm/default.nix | 2 +- 4 files changed, 2 insertions(+), 124 deletions(-) diff --git a/flake.lock b/flake.lock index 942c5f7..d05c6f3 100644 --- a/flake.lock +++ b/flake.lock @@ -60,29 +60,6 @@ "type": "github" } }, - "fenix": { - "inputs": { - "nixpkgs": [ - "ironbar", - "naersk", - "nixpkgs" - ], - "rust-analyzer-src": "rust-analyzer-src" - }, - "locked": { - "lastModified": 1752475459, - "narHash": "sha256-z6QEu4ZFuHiqdOPbYss4/Q8B0BFhacR8ts6jO/F/aOU=", - "owner": "nix-community", - "repo": "fenix", - "rev": "bf0d6f70f4c9a9cf8845f992105652173f4b617f", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "fenix", - "type": "github" - } - }, "firefox-addons": { "inputs": { "nixpkgs": "nixpkgs_2" @@ -103,21 +80,6 @@ "type": "gitlab" } }, - "flake-compat": { - "locked": { - "lastModified": 1761588595, - "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -198,51 +160,6 @@ "type": "github" } }, - "ironbar": { - "inputs": { - "flake-compat": "flake-compat", - "naersk": "naersk", - "nix-systems": "nix-systems", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1765991878, - "narHash": "sha256-xbXgzqqtxoiqeQPB01IruQiQ4+LvcUujRyjK13HRHHc=", - "owner": "JakeStanger", - "repo": "ironbar", - "rev": "91e1897629000ef094f17f7ccd580115d7cef44e", - "type": "github" - }, - "original": { - "owner": "JakeStanger", - "repo": "ironbar", - "type": "github" - } - }, - "naersk": { - "inputs": { - "fenix": "fenix", - "nixpkgs": [ - "ironbar", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1763384566, - "narHash": "sha256-r+wgI+WvNaSdxQmqaM58lVNvJYJ16zoq+tKN20cLst4=", - "owner": "nix-community", - "repo": "naersk", - "rev": "d4155d6ebb70fbe2314959842f744aa7cabbbf6a", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "naersk", - "type": "github" - } - }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -282,21 +199,6 @@ "type": "github" } }, - "nix-systems": { - "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" - } - }, "nixpkgs": { "locked": { "lastModified": 1754028485, @@ -423,7 +325,6 @@ "firefox-addons": "firefox-addons", "home-manager": "home-manager_2", "ip-whitelist": "ip-whitelist", - "ironbar": "ironbar", "nix-darwin": "nix-darwin", "nix-homebrew": "nix-homebrew", "nixpkgs": "nixpkgs_4", @@ -432,23 +333,6 @@ "zen-browser": "zen-browser" } }, - "rust-analyzer-src": { - "flake": false, - "locked": { - "lastModified": 1752428706, - "narHash": "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=", - "owner": "rust-lang", - "repo": "rust-analyzer", - "rev": "591e3b7624be97e4443ea7b5542c191311aa141d", - "type": "github" - }, - "original": { - "owner": "rust-lang", - "ref": "nightly", - "repo": "rust-analyzer", - "type": "github" - } - }, "rust-overlay": { "inputs": { "nixpkgs": "nixpkgs_6" diff --git a/flake.nix b/flake.nix index 2db518e..5843aa6 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,6 @@ nix-darwin, nix-homebrew, agenix, - ironbar, zellij-switch, ... }@inputs: diff --git a/home/linux.nix b/home/linux.nix index cc52cb5..b8824dd 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -52,12 +52,7 @@ ../modules/zellij ../modules/mpv ../modules/zen - ../modules/wm/swaync - ../modules/wm/cliphist - ../modules/wm/awww - ../modules/wm/fuzzel - ../modules/wm/waybar - ../modules/wm/niri + ../modules/wm ]; programs.home-manager.enable = true; diff --git a/modules/wm/default.nix b/modules/wm/default.nix index e290398..7e61ab0 100644 --- a/modules/wm/default.nix +++ b/modules/wm/default.nix @@ -3,7 +3,7 @@ ./awww ./cliphist ./fuzzel - ./ironbar + ./waybar ./niri ./swaync ];