mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
xmonad updates
This commit is contained in:
parent
0ddac86a69
commit
0aa71f9662
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# import X11
|
# import X11 config
|
||||||
imports = [ ./x11.nix
|
imports = [ ./x11.nix
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./dbus.nix
|
./dbus.nix
|
||||||
|
|
|
@ -35,6 +35,9 @@
|
||||||
bottom
|
bottom
|
||||||
brightnessctl
|
brightnessctl
|
||||||
xorg.xcursorthemes
|
xorg.xcursorthemes
|
||||||
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
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
|
bottom
|
||||||
brightnessctl
|
brightnessctl
|
||||||
xorg.xcursorthemes
|
xorg.xcursorthemes
|
||||||
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
||||||
|
|
Loading…
Reference in a new issue