diff --git a/flake.nix b/flake.nix index 6b6705c2..56e84998 100644 --- a/flake.nix +++ b/flake.nix @@ -58,51 +58,6 @@ walker.url = "github:abenz1267/walker"; walker.inputs.elephant.follows = "elephant"; - # Quickshell - # quickshell.url = "github:quickshell-mirror/quickshell"; - # quickshell.inputs.nixpkgs.follows = "nixpkgs"; - - # Noctalia shell - # noctalia.url = "github:noctalia-dev/noctalia-shell"; - # noctalia.inputs.nixpkgs.follows = "nixpkgs"; - # noctalia.inputs.quickshell.follows = "quickshell"; - - # Lol - # waifu-cursors.url = "github:kagurazakei/waifu-cursors"; - - # Caelestia shell - # caelestia.url = "github:caelestia-dots/shell"; - # caelestia.inputs.nixpkgs.follows = "nixpkgs"; - # caelestia.inputs.quickshell.follows = "quickshell"; - # caelestia-cli.url = "github:caelestia-dots/cli"; - # caelestia-cli.inputs.nixpkgs.follows = "nixpkgs"; - - # DankMaterialShell - # dgop.url = "github:AvengeMedia/dgop"; - # dgop.inputs.nixpkgs.follows = "nixpkgs"; - # dms-cli.url = "github:AvengeMedia/danklinux"; - # dms-cli.inputs.nixpkgs.follows = "nixpkgs"; - # dank-material-shell.url = "github:AvengeMedia/DankMaterialShell"; - # dank-material-shell.inputs.nixpkgs.follows = "nixpkgs"; - # dank-material-shell.inputs.dgop.follows = "dgop"; - # danksearch.url = "github:AvengeMedia/danksearch"; - # danksearch.inputs.nixpkgs.follows = "nixpkgs"; - - # Hyprland (use flake so plugins are not built from source) - # hyprland.url = "github:hyprwm/Hyprland"; - # hyprland.inputs.nixpkgs.follows = "nixpkgs"; - - # HyprPlugins - # hyprland-plugins.url = "github:hyprwm/hyprland-plugins"; - # hyprland-plugins.inputs.nixpkgs.follows = "nixpkgs"; - # hyprland-plugins.inputs.hyprland.follows = "hyprland"; - # hypr-dynamic-cursors.url = "github:VirtCode/hypr-dynamic-cursors"; - # hypr-dynamic-cursors.inputs.nixpkgs.follows = "nixpkgs"; - # hypr-dynamic-cursors.inputs.hyprland.follows = "hyprland"; - # hyprspace.url = "github:KZDKM/Hyprspace"; - # hyprspace.inputs.nixpkgs.follows = "nixpkgs"; - # hyprspace.inputs.hyprland.follows = "hyprland"; - # NeoVim <3 nixvim.url = "github:nix-community/nixvim"; nixvim.inputs.nixpkgs.follows = "nixpkgs"; @@ -123,10 +78,6 @@ # musnix.url = "github:musnix/musnix"; # musnix.inputs.nixpkgs.follows = "nixpkgs"; - # ComfyUI - # nixified-ai.url = "github:nixified-ai/flake"; - # comfyui-nix.url = "github:utensils/comfyui-nix"; - # HyTale hytale-launcher.url = "github:JPyke3/hytale-launcher-nix"; @@ -203,7 +154,6 @@ }; # NOTE: Keep public keys here so they're easy to rotate - publicKeys.christoph = { # /home/christoph/.ssh/id_ed25519.pub ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAoJac+GdGtzblCMA0lBfMdSR6aQ4YyovrNglCFGIny christoph.urlacher@protonmail.com"; diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 3278dcda..abaf8ab6 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -104,7 +104,7 @@ in rmpc.enable = !headless; rofi = { - enable = !headless; + enable = false; }; waybar.enable = !headless; diff --git a/home/homemodules/waybar/default.nix b/home/homemodules/waybar/default.nix index 49e6d0b9..62fd38d0 100644 --- a/home/homemodules/waybar/default.nix +++ b/home/homemodules/waybar/default.nix @@ -30,7 +30,7 @@ in { "custom/launcher" = { format = ""; interval = "once"; - on-click = "rofi -drun-show-actions -show drun"; + on-click = "walker -m desktopapplications"; }; systemd-failed-units = {