removes ironbar flake

This commit is contained in:
Dennis Schoepf 2025-12-19 00:59:46 +01:00
parent 324357540d
commit f83bb43326
4 changed files with 2 additions and 124 deletions

116
flake.lock generated
View file

@ -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"

View file

@ -27,7 +27,6 @@
nix-darwin,
nix-homebrew,
agenix,
ironbar,
zellij-switch,
...
}@inputs:

View file

@ -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;

View file

@ -3,7 +3,7 @@
./awww
./cliphist
./fuzzel
./ironbar
./waybar
./niri
./swaync
];