From 745cc894e9a2dc55bc397f1d7d2dfbb52caa95ea Mon Sep 17 00:00:00 2001 From: eeva Date: Sat, 18 Mar 2017 13:58:50 +0100 Subject: [PATCH] Some cleaning AND got crda working --- configuration.nix | 11 +++-------- mail.nix | 13 +++++++------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index c06aba8..04289a4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -27,18 +27,17 @@ systemPackages = with pkgs; [ wget emacs mplayer - zathura viewnior + zathura chromium qutebrowser optipng gimp oh-my-zsh stow lemonbar git st nethogs (import ./vim.nix) - (texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex ghostscript pavucontrol - dell-530cdn arandr + crda # WiFi regulatory domains ]; }; @@ -121,6 +120,7 @@ }; services = { + udev.packages = with pkgs; [ crda ]; peerflix = { enable = true; stateDir = "/tmp/peerflix"; @@ -219,11 +219,6 @@ motd = "Death to the DeathStar"; }; - # Extra fonts - fonts.fonts = with pkgs; [ - tewi-font - ]; - # Rasvaton / Fet-fri nix.gc.automatic = true; nix.gc.options = "--delete-older-than 1w"; diff --git a/mail.nix b/mail.nix index c1c728f..75c93bb 100644 --- a/mail.nix +++ b/mail.nix @@ -1,10 +1,11 @@ # Mail stack: -# Read and write emails neomutt -# Receive emails & synchronize maildir offlineimap -# Submit emails to send msmtp -# dealing with MIME encoded email packages ripmime -# Display HTML emails w3m -# Search maildirs mu +# Display maildirs and read emails -> neomutt +# Write emails -> vim (should already be there) +# Receive emails & synchronize maildir -> offlineimap +# Submit emails to send -> msmtp +# Deal with MIME encoded email packages -> ripmime +# Display HTML emails -> w3m +# Search maildirs -> mu # and various automation provided by systemd { config, pkgs, ... }: