Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser 06ef7114c1
fix: update monaspace -> monaspice
Signed-off-by: jolheiser <git@jolheiser.com>
2024-12-16 20:56:35 -06:00
jolheiser 233b33d7cb
fix: os change
Signed-off-by: jolheiser <git@jolheiser.com>
2024-12-16 20:10:00 -06:00
5 changed files with 11 additions and 16 deletions

View File

@ -13,14 +13,14 @@
picture-uri = "file://${wallpaper}"; picture-uri = "file://${wallpaper}";
}; };
"org/cinnamon/desktop/interface" = { "org/cinnamon/desktop/interface" = {
font-name = "Monaspace Neon 10"; font-name = "MonaspiceNe Nerd Font Regular 10";
}; };
"org/cinnamon/desktop/wm/preferences" = { "org/cinnamon/desktop/wm/preferences" = {
titlebar-font = "Monaspace Neon Bold 10"; titlebar-font = "MonaspiceNe Nerd Font Bold 10";
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
document-font-name = "Monaspace Xenon 10"; document-font-name = "MonaspiceXe Nerd Font Regular 10";
monospace-font-name = "Monaspace Argon 10"; monospace-font-name = "MonaspiceAr Nerd Font Regular 10";
}; };
}; };

View File

@ -4,7 +4,7 @@
background-opacity = 0.9 background-opacity = 0.9
command = nu command = nu
confirm-close-surface = false confirm-close-surface = false
font-family = Monaspace Neon font-family = MonaspiceNe Nerd Font
theme = catppuccin-mocha theme = catppuccin-mocha
term = xterm-256color term = xterm-256color
''; '';

View File

@ -14,7 +14,7 @@ in
home.packages = [ zed-fhs ]; home.packages = [ zed-fhs ];
xdg.configFile = { xdg.configFile = {
"zed/settings.json".text = builtins.toJSON { "zed/settings.json".text = builtins.toJSON {
buffer_font_family = "Monaspace Neon"; buffer_font_family = "MonaspiceNe Nerd Font";
buffer_font_size = 13; buffer_font_size = 13;
soft_wrap = "editor_width"; soft_wrap = "editor_width";
telemetry = { telemetry = {
@ -22,7 +22,7 @@ in
metrics = false; metrics = false;
}; };
terminal = { terminal = {
font_family = "Monaspace Neon"; font_family = "MonaspiceNe Nerd Font";
shell = { shell = {
program = "nu"; program = "nu";
}; };

View File

@ -22,14 +22,10 @@
}; };
}; };
}; };
fonts.packages = with pkgs; [ fonts.packages = with pkgs.nerd-fonts; [
(nerdfonts.override { hack
fonts = [ iosevka
"JetBrainsMono" jetbrains-mono
"Iosevka"
"Hack"
];
})
monaspace monaspace
]; ];
environment.systemPackages = [ pkgs.tailscale-systray ]; environment.systemPackages = [ pkgs.tailscale-systray ];

View File

@ -54,7 +54,6 @@
experimental-features = [ experimental-features = [
"flakes" "flakes"
"nix-command" "nix-command"
"repl-flake"
]; ];
auto-optimise-store = true; auto-optimise-store = true;
warn-dirty = false; warn-dirty = false;