SliM theme
This commit is contained in:
parent
83a3d6ff42
commit
37f59abddd
1 changed files with 14 additions and 7 deletions
|
@ -16,6 +16,7 @@
|
||||||
initrd.supportedFilesystems = [ "btrfs" ];
|
initrd.supportedFilesystems = [ "btrfs" ];
|
||||||
supportedFilesystems = [ "btrfs" ];
|
supportedFilesystems = [ "btrfs" ];
|
||||||
tmpOnTmpfs = true;
|
tmpOnTmpfs = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
@ -26,8 +27,8 @@
|
||||||
zathura qutebrowser
|
zathura qutebrowser
|
||||||
chromium optipng
|
chromium optipng
|
||||||
oh-my-zsh stow
|
oh-my-zsh stow
|
||||||
bar git st
|
lemonbar git st
|
||||||
msmtp neomutt mu ripmime
|
msmtp neomutt mu ripmime w3m #email
|
||||||
nethogs
|
nethogs
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
(texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex
|
(texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex
|
||||||
|
@ -144,11 +145,17 @@
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
xkbVariant = "bepo";
|
xkbVariant = "bepo";
|
||||||
autorun = true;
|
autorun = true;
|
||||||
displayManager.sessionCommands = ''
|
displayManager = {
|
||||||
xset r rate 200 75
|
sessionCommands = ''
|
||||||
xrandr --output eDP1 --mode 1920x1080
|
xset r rate 200 75
|
||||||
feh -s --bg-fill /home/eeva/.xmonad/artwork/nix-wallpaper-stripes-logo.png
|
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 = {
|
synaptics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -156,7 +163,7 @@
|
||||||
twoFingerScroll = true;
|
twoFingerScroll = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#videoDrivers = [ "intel" ];
|
#videoDrivers = [ "amdgpu" "intel" "modsetting" ]; # I wish
|
||||||
|
|
||||||
windowManager.xmonad = {
|
windowManager.xmonad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue