Add fonts and disable cups

This commit is contained in:
2024-10-08 11:15:14 -05:00
parent f078725db0
commit fc29f76a8f
4 changed files with 31 additions and 29 deletions

View File

@@ -36,7 +36,7 @@
bottles
];
services.printing.enable = true;
services.printing.enable = false;
services.avahi = {
enable = true;
nssmdns4 = true;

View File

@@ -15,7 +15,7 @@
home = {
username = "eesim";
# homeDirectory = "/home/eesim";
homeDirectory = "/home/eesim";
};
home.file.".config/nvim".source = ../shared/dotfiles/nvim;