This commit is contained in:
2025-12-03 12:36:36 +01:00
parent 64def5d8ae
commit 4f04bde4f2
10 changed files with 292 additions and 56 deletions

View File

@@ -7,6 +7,7 @@
home.packages = with pkgs; [
rofi-power-menu
rofi-calc
networkmanager_dmenu
];
programs.rofi = {
@@ -25,4 +26,8 @@
# copy the scripts directory recursively
recursive = true;
};
home.file.".config/networkmanager_dmenu/config.ini" = {
source = ./configs/config.ini;
};
}