feat: pass and import plugins config

This commit is contained in:
Zhongheng Liu 2024-10-06 23:43:37 +03:00
commit 62c6c836e3
No known key found for this signature in database
5 changed files with 40 additions and 15 deletions

View file

@ -28,17 +28,16 @@
myWallPaperPathString = "/home/${myUserName}/wallpaper.jpg";
myDisplayName = "Zhongheng Liu";
myEmail = "z.liu@outlook.com.gr";
myAutostartCommands = [
"fcitx5"
"${pkgs.udiskie}/bin/udiskie"
"${pkgs.pa-notify}/bin/pa-notify"
];
specialisation."powersave".configuration = {
myAutostartCommands = [
"${pkgs.brightnessctl}/bin/brightnessctl s 64"
];
myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"];
};
myConfigLocation = "/home/${myUserName}/nix-conf";
desktopFontFullName = "BlexMono Nerd Font";
myAutostartCommands = [
"fcitx5"
"${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85"
"${pkgs.udiskie}/bin/udiskie"
"${pkgs.pa-notify}/bin/pa-notify"
];
};
}