Compare commits
6 Commits
d8539107a6
...
c56d3c44f7
Author | SHA1 | Date | |
---|---|---|---|
c56d3c44f7 | |||
80472251ff | |||
0c47aa3083 | |||
1811d09a11 | |||
53bf715605 | |||
b65514ed28 |
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user