Compare commits

...

6 Commits

Author SHA1 Message Date
ekzyis c56d3c44f7 Install signal-desktop 2024-04-30 15:38:01 -05:00
ekzyis 80472251ff Install scrot 2024-04-28 23:43:36 -05:00
ekzyis 0c47aa3083 Install nodejs 2024-04-28 23:43:31 -05:00
ekzyis 1811d09a11 Install docker 2024-04-28 08:47:25 -05:00
ekzyis 53bf715605 Set timezone to America/Chicago 2024-04-27 17:30:25 -05:00
ekzyis b65514ed28 Install arandr and slock 2024-04-27 23:18:44 +02:00
1 changed files with 9 additions and 2 deletions

View File

@ -22,9 +22,10 @@
''
10.101.111.1 bitwarden.ekzyis.com
'';
virtualisation.docker.enable = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";
time.timeZone = "America/Chicago";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
@ -72,7 +73,7 @@
users.users.ekzyis = {
isNormalUser = true;
home = "/home/ekzyis";
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable sudo for the user.
packages = with pkgs; [
];
};
@ -124,9 +125,15 @@
nitrogen
dunst
autorandr
arandr
slock
scrot
brave
vscodium
neovim
docker-compose
nodejs
signal-desktop
];
fonts.packages = with pkgs; [