Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user