home/modules/baremacs:init
move emacs to home-manager
This commit is contained in:
@@ -55,6 +55,12 @@
|
||||
fcitx.engines = with pkgs.fcitx-engines; [ m17n mozc ];
|
||||
};
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
};
|
||||
};
|
||||
gtk.iconCache.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user