From 7e5410cf200cad1c02ba75600de0c094975092b4 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 27 Jul 2024 22:35:40 +0800 Subject: [PATCH] AwesomeWM = Gross --- home-manager/sajenim/features/desktop/default.nix | 3 ++- home-manager/sajenim/features/desktop/xinitrc | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/home-manager/sajenim/features/desktop/default.nix b/home-manager/sajenim/features/desktop/default.nix index 3d5fc09..c3c6b4e 100644 --- a/home-manager/sajenim/features/desktop/default.nix +++ b/home-manager/sajenim/features/desktop/default.nix @@ -2,7 +2,6 @@ { imports = [ - ./awesome ./discord ./rofi ./wezterm @@ -15,6 +14,8 @@ home.packages = with pkgs; [ feh + xmobar + xmonad ]; home.file = { diff --git a/home-manager/sajenim/features/desktop/xinitrc b/home-manager/sajenim/features/desktop/xinitrc index 55dd4a8..2ac33e2 100644 --- a/home-manager/sajenim/features/desktop/xinitrc +++ b/home-manager/sajenim/features/desktop/xinitrc @@ -3,8 +3,11 @@ # Setup our monitors xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 +# Apply our wallpaper +feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png + # Enable our compositor picom -b # Launch our window manager -exec awesome +exec xmonad