feat: whatever lool
This commit is contained in:
parent
689babf2ed
commit
6b93c2c5b7
5 changed files with 30 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
ls = "exa --icons";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
clear = "clear && fastfetch";
|
||||
sl = "sl | lolcat";
|
||||
};
|
||||
initExtra = "fastfetch";
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue