New system pkgs
This commit is contained in:
parent
eaaf3290ad
commit
dc0aff716c
1 changed files with 17 additions and 11 deletions
|
@ -22,21 +22,26 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
variables.EDITOR = pkgs.lib.mkOverride 900 "vim"; # vim is my default editor
|
variables.EDITOR = pkgs.lib.mkOverride 10 "vim"; # vim is my default editor
|
||||||
shells = [ pkgs.zsh ];
|
shells = [ pkgs.zsh ];
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
wget
|
|
||||||
mplayer
|
|
||||||
zathura
|
|
||||||
chromium qutebrowser
|
|
||||||
optipng gimp
|
|
||||||
oh-my-zsh stow
|
|
||||||
lemonbar git st
|
|
||||||
nethogs
|
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
pavucontrol
|
|
||||||
arandr
|
arandr
|
||||||
|
chromium
|
||||||
crda # WiFi regulatory domains
|
crda # WiFi regulatory domains
|
||||||
|
gimp
|
||||||
|
lemonbar
|
||||||
|
git
|
||||||
|
(pkgs.lib.mkOverride 10 st) # patched, see at the end of this file
|
||||||
|
mpv
|
||||||
|
nethogs
|
||||||
|
optipng
|
||||||
|
pavucontrol
|
||||||
|
qutebrowser
|
||||||
|
stow
|
||||||
|
wget
|
||||||
|
zathura
|
||||||
|
gnumeric
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -201,6 +206,7 @@
|
||||||
drivers = with pkgs; [
|
drivers = with pkgs; [
|
||||||
dell-530cdn # dell 5130cdn (typo)
|
dell-530cdn # dell 5130cdn (typo)
|
||||||
cups-toshiba-estudio # Yay, my pull request has been accepted
|
cups-toshiba-estudio # Yay, my pull request has been accepted
|
||||||
|
hplip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -231,7 +237,7 @@
|
||||||
sessionCommands = ''
|
sessionCommands = ''
|
||||||
xset r rate 200 75
|
xset r rate 200 75
|
||||||
xrandr --output eDP1 --mode 1920x1080
|
xrandr --output eDP1 --mode 1920x1080
|
||||||
feh --bg-center /home/eeva/.xmonad/artwork/bite-my-shiny-metal-ass.jpg
|
sh /home/eeva/.fehbg
|
||||||
mkdir -p /tmp/monitors
|
mkdir -p /tmp/monitors
|
||||||
'';
|
'';
|
||||||
slim.theme = pkgs.fetchurl {
|
slim.theme = pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue