SliM theme

This commit is contained in:
eeva 2017-03-01 15:03:29 +01:00
parent 83a3d6ff42
commit 37f59abddd
1 changed files with 14 additions and 7 deletions

View File

@ -16,6 +16,7 @@
initrd.supportedFilesystems = [ "btrfs" ];
supportedFilesystems = [ "btrfs" ];
tmpOnTmpfs = true;
};
environment = {
@ -26,8 +27,8 @@
zathura qutebrowser
chromium optipng
oh-my-zsh stow
bar git st
msmtp neomutt mu ripmime
lemonbar git st
msmtp neomutt mu ripmime w3m #email
nethogs
(import ./vim.nix)
(texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex
@ -144,11 +145,17 @@
layout = "fr";
xkbVariant = "bepo";
autorun = true;
displayManager.sessionCommands = ''
xset r rate 200 75
xrandr --output eDP1 --mode 1920x1080
feh -s --bg-fill /home/eeva/.xmonad/artwork/nix-wallpaper-stripes-logo.png
displayManager = {
sessionCommands = ''
xset r rate 200 75
xrandr --output eDP1 --mode 1920x1080
feh -s --bg-fill /home/eeva/.xmonad/artwork/nix-wallpaper-stripes-logo.png
'';
slim.theme = pkgs.fetchurl {
url = http://marvid.fr/~eeva/mirror/slim-theme-solarized-debian.tar.bz2;
sha256 = "e792886a39b97bed0cb1022bec381806b0ca1dcc726b093187231bd1902acd49";
};
};
synaptics = {
enable = true;
@ -156,7 +163,7 @@
twoFingerScroll = true;
};
#videoDrivers = [ "intel" ];
#videoDrivers = [ "amdgpu" "intel" "modsetting" ]; # I wish
windowManager.xmonad = {
enable = true;