laptop
This commit is contained in:
parent
ecf125e1c5
commit
e7059d86b6
4 changed files with 60 additions and 15 deletions
|
|
@ -13,8 +13,7 @@ in
|
|||
keepassxc
|
||||
libsForQt5.kdeconnect-kde
|
||||
lldb
|
||||
nix-prefetch-scripts
|
||||
openrgb
|
||||
# nix-prefetch-scripts
|
||||
starship
|
||||
tio
|
||||
unstable.nushell
|
||||
|
|
@ -38,6 +37,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
];
|
||||
|
||||
users.users.tao = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "libvirtd" "dialout" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue