started xmonad config
This commit is contained in:
17
user/wm/xmonad/xmonad.nix
Normal file
17
user/wm/xmonad/xmonad.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
xmobar
|
||||
dunst
|
||||
networkmanagerapplet
|
||||
rofi
|
||||
feh
|
||||
pavucontrol
|
||||
xorg.xkill
|
||||
xdg-utils
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
|
||||
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
||||
}
|
||||
Reference in New Issue
Block a user