accha
This commit is contained in:
24
stuff.nix
Normal file
24
stuff.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{lib, config, agenix, pkgs, ...}:
|
||||
|
||||
{
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-mono
|
||||
lohit-fonts.devanagari
|
||||
lohit-fonts.gurmukhi
|
||||
nerdfonts
|
||||
font-awesome
|
||||
monoid
|
||||
office-code-pro
|
||||
noto-fonts-cjk
|
||||
];
|
||||
|
||||
users.users.dumball = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
home = "/home/dumball";
|
||||
extraGroups = [ "wheel" "adbusers" "video" "libvirtd" "docker" ];
|
||||
};
|
||||
|
||||
gtk.iconCache.enable = true;
|
||||
|
||||
}
|
Reference in New Issue
Block a user