mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-02 10:31:56 +00:00
sync
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
{
|
{
|
||||||
options.mymods.nicotine.enable = lib.mkEnableOption "Enable Nicotine";
|
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; [
|
# home.packages = with pkgs; [
|
||||||
nicotine-plus
|
# nicotine-plus
|
||||||
];
|
# ];
|
||||||
xdg.configFile."nicotine/config.old".source = ./configs/nicotine;
|
# xdg.configFile."nicotine/config.old".source = ./configs/nicotine;
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user