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
|
||||
|
||||
./roles/admin.nix
|
||||
./roles/dev.nix
|
||||
./roles/base.nix
|
||||
./roles/desktop.nix
|
||||
./roles/wireless.nix
|
||||
./roles/dev.nix
|
||||
./roles/mail.nix
|
||||
./roles/vpn.nix
|
||||
./roles/wireless.nix
|
||||
];
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
|
|
@ -64,9 +64,10 @@ in {
|
|||
numix-icon-theme
|
||||
|
||||
alacritty
|
||||
inkscape
|
||||
libsecret
|
||||
mumble
|
||||
neofetch
|
||||
inkscape
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
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