Kell change font size and install vscode
This commit is contained in:
parent
e5a8e01f35
commit
bb57aa3e1d
|
@ -8,11 +8,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
|
||||
"path": "/nix/store/2l05ms6sm47k0m2z1yrgprvibf8symsd-source/home/ags",
|
||||
"path": "/nix/store/mrbllpbisbzxmncrp9qm07vmmcwyqlbk-source/home/ags",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/2l05ms6sm47k0m2z1yrgprvibf8symsd-source/home/ags",
|
||||
"path": "/nix/store/mrbllpbisbzxmncrp9qm07vmmcwyqlbk-source/home/ags",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
distrobox
|
||||
gnome-disk-utility
|
||||
moonlight-qt
|
||||
vscode
|
||||
];
|
||||
|
||||
services.hyprpaper = {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
shellIntegration.enableZshIntegration = true;
|
||||
font = {
|
||||
name = "'ZedMono Nerd Font' style='Extended Light' features=+ss05";
|
||||
size = lib.mkDefault 15;
|
||||
size = lib.mkDefault 14;
|
||||
|
||||
};
|
||||
keybindings = {
|
||||
|
|
Loading…
Reference in New Issue