home/modules/baremacs:init

move emacs to home-manager
This commit is contained in:
2022-03-18 01:50:43 +05:30
parent ed3bf181ef
commit e2e9d5ec0f
12 changed files with 367 additions and 195 deletions

View File

@@ -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;
}