diff options
author | Rory& <root@rory.gay> | 2024-06-27 08:23:38 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1 (patch) | |
tree | aeadde639206e30a9740981c855ebcf82e0f777a /host/Rory-desktop/optional/gui | |
parent | Update server (diff) | |
download | Rory-Open-Architecture-0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1.tar.xz |
Desktop update
Diffstat (limited to 'host/Rory-desktop/optional/gui')
-rw-r--r-- | host/Rory-desktop/optional/gui/wayland.nix | 2 | ||||
-rw-r--r-- | host/Rory-desktop/optional/gui/x11.nix | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/host/Rory-desktop/optional/gui/wayland.nix b/host/Rory-desktop/optional/gui/wayland.nix index c923007..74cb192 100644 --- a/host/Rory-desktop/optional/gui/wayland.nix +++ b/host/Rory-desktop/optional/gui/wayland.nix @@ -34,6 +34,8 @@ wl-clipboard grim slurp + easyeffects + keepassxc ]; }; diff --git a/host/Rory-desktop/optional/gui/x11.nix b/host/Rory-desktop/optional/gui/x11.nix index 4bf9fe4..0f55862 100644 --- a/host/Rory-desktop/optional/gui/x11.nix +++ b/host/Rory-desktop/optional/gui/x11.nix @@ -13,13 +13,18 @@ xrandr --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --primary --output DP-1 --mode 1920x1080 --pos 3840x1080 --rotate normal --output HDMI-2 --off --output DP-2 --off ${pkgs.polybarFull}/bin/polybar & ${pkgs.dunst}/bin/dunst & + ${pkgs.picom}/bin/picom --config ~/.config/picom.conf & ${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${../../../../modules/users/Rory/wallpaper.webp} ''; + windowManager.i3.extraPackages = with pkgs; [ + easyeffects + keepassxc + ]; }; - picom.enable = true; - picom.vSync = false; - picom.backend = "glx"; + picom.enable = false; + #picom.vSync = false; + #picom.backend = "glx"; }; } |