xmonad updates

This commit is contained in:
Emmet 2023-08-11 15:11:59 -05:00
parent 0ddac86a69
commit 0aa71f9662
3 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
# import X11
# import X11 config
imports = [ ./x11.nix
./pipewire.nix
./dbus.nix

View file

@ -35,6 +35,9 @@
bottom
brightnessctl
xorg.xcursorthemes
xdg-utils
xdg-desktop-portal
xdg-desktop-portal-gtk
];
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;

View file

@ -816,6 +816,9 @@ In order to have Nix put my xmonad/xmobar configuration in the proper places, I
bottom
brightnessctl
xorg.xcursorthemes
xdg-utils
xdg-desktop-portal
xdg-desktop-portal-gtk
];
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;