continue improvement

This commit is contained in:
Sense T
2023-06-27 10:44:31 +08:00
parent 5e6f72d38f
commit c191d80985
10 changed files with 60 additions and 63 deletions

View File

@@ -11,6 +11,7 @@
fira-code-symbols
source-han-sans
source-han-serif
source-han-mono
source-code-pro
font-awesome_5
powerline-fonts
@@ -22,16 +23,16 @@
fontconfig.defaultFonts = {
serif = [
"Source Han Serif"
"Source Han Serif SC"
];
sansSerif = [
"Source Han Sans"
"Source Han Sans SC"
];
monospace = [
"Fira Code"
"Source Han Serif SC"
"Source Han Mono SC"
];
};
};

View File

@@ -6,6 +6,11 @@
# Enable automatic login for the user.
services = {
# flatpak dev.deedles.Trayscale
# sudo tailscale up --operator=$USER
# use https://hs.wetofu.me
tailscale.enable = true;
blueman.enable = true;
logrotate.checkConfig = false;
flatpak.enable = true;
@@ -56,5 +61,6 @@
git.enable = true;
zsh.enable = true;
light.enable = true;
};
}

View File

@@ -9,6 +9,8 @@
"networkmanager"
"wheel"
"input"
"video"
"kvm"
];
hashedPassword = ""; # Login directly
shell = pkgs.zsh;