mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +00:00
~
This commit is contained in:
parent
49d6cc7d71
commit
2a552d6ce9
2 changed files with 62 additions and 1 deletions
|
@ -69,6 +69,17 @@
|
|||
printing.enable = true;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
fira-code
|
||||
gohufont
|
||||
];
|
||||
};
|
||||
|
||||
users.users.rae = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
|
@ -89,7 +100,6 @@
|
|||
xclip
|
||||
yt-dlp
|
||||
# text editors
|
||||
helix
|
||||
neovim
|
||||
vscodium
|
||||
# misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue