Compare commits
No commits in common. "8fb74dd998865b5990abf2d53ad5301bdc3d692f" and "d758d1c6b0d41f302ec6b9aaff8902a30ba04182" have entirely different histories.
8fb74dd998
...
d758d1c6b0
2 changed files with 4 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -24,7 +24,6 @@
|
||||||
atkinson-hyperlegible
|
atkinson-hyperlegible
|
||||||
brightnessctl
|
brightnessctl
|
||||||
curl
|
curl
|
||||||
ddcutil
|
|
||||||
distrobox
|
distrobox
|
||||||
dig
|
dig
|
||||||
fd
|
fd
|
||||||
|
@ -506,6 +505,9 @@
|
||||||
name = "Iosevka Nerd Font";
|
name = "Iosevka Nerd Font";
|
||||||
};
|
};
|
||||||
sizes = {
|
sizes = {
|
||||||
|
applications = 12;
|
||||||
|
desktop = 10;
|
||||||
|
popups = 10;
|
||||||
terminal = 14;
|
terminal = 14;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
name = "muhh";
|
name = "muhh";
|
||||||
description = "Markus Heurung";
|
description = "Markus Heurung";
|
||||||
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"];
|
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue