Compare commits

..

No commits in common. "8c6e6f6f2eac76f860071959075ecf52097d639e" and "f2fe419c194399cccb029a7c3680ba8390e07534" have entirely different histories.

3 changed files with 3 additions and 14 deletions

View file

@ -11,12 +11,11 @@
./hardware-configuration.nix
./roles/admin.nix
./roles/dev.nix
./roles/base.nix
./roles/desktop.nix
./roles/dev.nix
./roles/mail.nix
./roles/vpn.nix
./roles/wireless.nix
./roles/vpn.nix
];
networking.useDHCP = false;

View file

@ -64,10 +64,9 @@ in {
numix-icon-theme
alacritty
inkscape
libsecret
mumble
neofetch
inkscape
pulseaudio
pulsemixer
unstable.keepassxc

View file

@ -1,9 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
astroid
isync
notmuch
];
}