Compare commits
3 commits
f2fe419c19
...
8c6e6f6f2e
Author | SHA1 | Date | |
---|---|---|---|
8c6e6f6f2e | |||
5a23631170 | |||
300bccae6f |
3 changed files with 14 additions and 3 deletions
|
@ -11,11 +11,12 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
./roles/admin.nix
|
./roles/admin.nix
|
||||||
./roles/dev.nix
|
|
||||||
./roles/base.nix
|
./roles/base.nix
|
||||||
./roles/desktop.nix
|
./roles/desktop.nix
|
||||||
./roles/wireless.nix
|
./roles/dev.nix
|
||||||
|
./roles/mail.nix
|
||||||
./roles/vpn.nix
|
./roles/vpn.nix
|
||||||
|
./roles/wireless.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
|
@ -64,9 +64,10 @@ in {
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
|
inkscape
|
||||||
|
libsecret
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
inkscape
|
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
|
|
9
roles/mail.nix
Normal file
9
roles/mail.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
astroid
|
||||||
|
isync
|
||||||
|
notmuch
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue