the great update
This commit is contained in:
18
user/homed/xmonad/default.nix
Normal file
18
user/homed/xmonad/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
xmobar
|
||||
dunst
|
||||
networkmanagerapplet
|
||||
rofi
|
||||
feh
|
||||
pavucontrol
|
||||
xorg.xkill
|
||||
xdg-utils
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
|
||||
homix.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
||||
homix.".config/xmobar/xmobarrc".source = ./xmobarrc;
|
||||
}
|
||||
Reference in New Issue
Block a user