moved some things to homedir-manager
This commit is contained in:
parent
f75e2be953
commit
a27781fbe1
1 changed files with 10 additions and 4 deletions
|
|
@ -26,6 +26,7 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.powersave = true;
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.wlp1s0.useDHCP = true;
|
||||
|
||||
# Set your time zone.
|
||||
|
|
@ -44,7 +45,7 @@
|
|||
security.doas.extraRules = [{
|
||||
users = [ "don" ];
|
||||
keepEnv = true;
|
||||
persist = true;
|
||||
noPass = true;
|
||||
}];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
|
|
@ -99,14 +100,19 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden-cli
|
||||
citrix_workspace
|
||||
firefox
|
||||
git-crypt
|
||||
gitFull
|
||||
gnome.gnome-tweaks
|
||||
pkgs.tailscale
|
||||
gnupg
|
||||
mosh
|
||||
qutebrowser
|
||||
tailscale
|
||||
tmux
|
||||
tmuxp
|
||||
vim
|
||||
wget
|
||||
zoom-us
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue