hyprland: cleanup

This commit is contained in:
Christoph Hollizeck 2024-11-02 08:54:17 +01:00
parent ce492add50
commit c74354a702
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 24 additions and 20 deletions

View file

@ -1,17 +1,12 @@
{
config,
inputs,
lib,
namespace,
pkgs,
system,
...
}:
let
inherit (lib) mkIf mkEnableOption;
# hyprpaper-package = inputs.hyprpaper.packages.${system}.hyprpaper;
cfg = config.${namespace}.desktop.addons.hyprpaper;
username = config.${namespace}.user.name;

View file

@ -30,7 +30,7 @@ let
hyprctl dispatch workspace $running
else
# always open on w/space 4
hyprctl dispatch workspace 4
hyprctl dispatch workspace 9
1password&
fi
'';
@ -47,19 +47,31 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
polkit-kde-agent
# Auth Agent
hyprpolkitagent
# Notification daemon
libnotify
# Wayland Utilities
wl-clipboard
wl-screenrec
wlr-randr
grimblast
xfce.thunar
dunst
# Screenshot Utility
grimblast
# File Manager
xfce.thunar
# clean sddm theme
elegant-sddm
# json cli parser for bash script to focus 1password
jq
focus-1password
hyprpanel
];
programs = {