mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
{
|
||||
options.mymods.nicotine.enable = lib.mkEnableOption "Enable Nicotine";
|
||||
|
||||
config.home-manager = lib.mkIf config.mymods.nicotine.enable {
|
||||
# config.home-manager = lib.mkIf config.mymods.nicotine.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nicotine-plus
|
||||
];
|
||||
xdg.configFile."nicotine/config.old".source = ./configs/nicotine;
|
||||
};
|
||||
# home.packages = with pkgs; [
|
||||
# nicotine-plus
|
||||
# ];
|
||||
# xdg.configFile."nicotine/config.old".source = ./configs/nicotine;
|
||||
# };
|
||||
}
|
||||
Reference in New Issue
Block a user