feat: whatever lool

This commit is contained in:
s-prechtl 2025-01-22 15:18:25 +01:00
parent 689babf2ed
commit 6b93c2c5b7
5 changed files with 30 additions and 9 deletions

View file

@ -86,7 +86,7 @@
# MONITOR
monitor = [
"eDP-1,2560x1600@165.0,0x0,2"
"eDP-1,2560x1600@165.0,0x0,1.5"
"DP-1,preferred,auto-right,2,bitdepth,10"
"DP-2,preferred,auto-right,2,bitdepth,10"
"DP-3,preferred,auto-right,2,bitdepth,10"

View file

@ -8,6 +8,7 @@
ls = "exa --icons";
update = "sudo nixos-rebuild switch";
clear = "clear && fastfetch";
sl = "sl | lolcat";
};
initExtra = "fastfetch";

View file

@ -23,7 +23,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
initialPassword = "12345";
extraGroups = ["docker" "input" "networkmanager" "wheel" "vboxusers" "libvirtd"];
extraGroups = ["docker" "input" "networkmanager" "wheel" "vboxusers" "libvirtd" "wireshark"];
description = "Stefan";
shell = pkgs.zsh;
};