mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind
This commit is contained in:
parent
bb72f84d13
commit
83d7e41249
6 changed files with 56 additions and 30 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue