removed hyprpanel for ashell

This commit is contained in:
2025-07-07 18:14:11 -05:00
parent 6ef4ac360f
commit 09a1c47335
2275 changed files with 31 additions and 78285 deletions

View File

@@ -6,7 +6,7 @@
home.username = "joshuaelm";
home.homeDirectory = "/home/joshuaelm";
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix ];
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix../../modules/ashell/default.nix ];
home.packages = [
@@ -18,10 +18,9 @@
pkgs.gpu-screen-recorder-gtk
pkgs.supersonic
pkgs.adw-gtk3
pkgs.hyprpanel
];
programs.hyprlock.enable = false;
programs.hyprlock.enable = true;
programs.kitty.enable = true;
programs.cava.enable = true;
programs.btop.enable = true;
@@ -30,19 +29,6 @@
services.hyprpaper.enable = true;
wayland.windowManager.hyprland.enable = true;
#xdg.configFile.hypr.source = ./modules/hypr;
xdg.configFile.waybar.source = ./modules/waybar;
xdg.configFile.cava.source = ./modules/cava;
#xdg.configFile.kitty.source = ./modules/kitty;
#xdg.configFile.rofi.source = ./modules/rofi;
xdg.configFile.dunst.source = ./modules/dunst;
home.file.".cache/ags/hyprpanel/options.json".source = ./modules/hyprpanel/options.json;
xdg.configFile.waybar.force = true;
xdg.configFile.cava.force = true;
xdg.configFile.dunst.force = true;
home.file.".cache/ags/hyprpanel/options.json".force = true;
home.file.".icons/default".source = "${pkgs.bibata-cursors}/share/icons/Bibata-Modern-Classic";
services.mpd-mpris.enable = true;