Kell change font size and install vscode
This commit is contained in:
parent
e5a8e01f35
commit
bb57aa3e1d
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
distrobox
|
distrobox
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue