Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind

This commit is contained in:
Emmet 2023-06-19 16:33:46 -05:00
parent bb72f84d13
commit 83d7e41249
6 changed files with 56 additions and 30 deletions

View file

@ -11,6 +11,7 @@
home.packages = with pkgs; [
xmobar
networkmanagerapplet
dunst
pamixer
autorandr
@ -49,6 +50,15 @@
extension = "";
};
home.file.".config/xmobar/xmobar-st-check.sh" = {
source = config.lib.stylix.colors {
template = builtins.readFile ./xmobar-st-check.sh.mustache;
extension = ".sh";
};
executable = true;
};
services.autorandr.enable = true;
programs.autorandr.enable = true;
programs.autorandr.profiles = {