Kell change font size and install vscode

This commit is contained in:
Thomas Avé 2024-12-19 20:10:13 +01:00
parent e5a8e01f35
commit bb57aa3e1d
3 changed files with 4 additions and 3 deletions

View File

@ -8,11 +8,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=", "narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
"path": "/nix/store/2l05ms6sm47k0m2z1yrgprvibf8symsd-source/home/ags", "path": "/nix/store/mrbllpbisbzxmncrp9qm07vmmcwyqlbk-source/home/ags",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/2l05ms6sm47k0m2z1yrgprvibf8symsd-source/home/ags", "path": "/nix/store/mrbllpbisbzxmncrp9qm07vmmcwyqlbk-source/home/ags",
"type": "path" "type": "path"
} }
}, },

View File

@ -17,6 +17,7 @@
distrobox distrobox
gnome-disk-utility gnome-disk-utility
moonlight-qt moonlight-qt
vscode
]; ];
services.hyprpaper = { services.hyprpaper = {

View File

@ -6,7 +6,7 @@
shellIntegration.enableZshIntegration = true; shellIntegration.enableZshIntegration = true;
font = { font = {
name = "'ZedMono Nerd Font' style='Extended Light' features=+ss05"; name = "'ZedMono Nerd Font' style='Extended Light' features=+ss05";
size = lib.mkDefault 15; size = lib.mkDefault 14;
}; };
keybindings = { keybindings = {