Compare commits

...

6 Commits

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

View File

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