mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
xmonad updates
This commit is contained in:
parent
0ddac86a69
commit
0aa71f9662
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# import X11
|
||||
# import X11 config
|
||||
imports = [ ./x11.nix
|
||||
./pipewire.nix
|
||||
./dbus.nix
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue