feat: added ironclaw
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
./swaync.nix
|
||||
./swayosd.nix
|
||||
./xdg.nix
|
||||
./ironclaw.nix
|
||||
# ./anyrun.nix
|
||||
# ./eww.nix
|
||||
# ./wallpaperengine.nix
|
||||
|
||||
5
home/services/ironclaw.nix
Normal file
5
home/services/ironclaw.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.ironclaw
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user