Compare commits
No commits in common. "c56d3c44f7243dece7dd2721e13c36c2f78ff1b0" and "d8539107a67eb7d92f78a751d62f51de1ad0046d" have entirely different histories.
c56d3c44f7
...
d8539107a6
@ -22,10 +22,9 @@
|
|||||||
''
|
''
|
||||||
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 = "America/Chicago";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
# 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/";
|
||||||
@ -73,7 +72,7 @@
|
|||||||
users.users.ekzyis = {
|
users.users.ekzyis = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/ekzyis";
|
home = "/home/ekzyis";
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -125,15 +124,9 @@
|
|||||||
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