Update nix config, monitor config.

master
josiah 4 years ago
parent 489b292b29
commit 19f55d58c4

@ -610,7 +610,7 @@ autorunApps =
{
"syncthing-gtk",
"ssh -X josiah@hatchery -v -Y calibre",
"xrandr --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate normal --primary --output DP-2 --mode 1920x1080 --right-of HDMI-0 --rotate left --output DP-4 --mode 1920x1080 --left-of HDMI-0 --rotate right --output DP-0 --off",
"xrandr --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate normal --primary --output DP-2 --off --output DP-4 --off --output DP-0 --off",
"xset s off",
"xset -dpms",
"xset s noblank",

@ -43,7 +43,9 @@
# $ nix search wget
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
# build shit
autoconf
yarn
automake
gnumake
wget
@ -51,12 +53,6 @@
xorg.libX11
vim
konsole
firefox
chromium
next
emacs
git
rofi
# jlj utils
ansible
python38
@ -64,6 +60,11 @@
python38Packages.setuptools
python38Packages.syncthing-gtk
bitwarden
chromium
firefox
next
emacs
git
keychain
next
os-prober
@ -74,6 +75,10 @@
wireguard
gcc8
dfu-util
scrot
qbittorrent
appimage-run
fuse
# jlj sound
pavucontrol
# jlj comms
@ -81,6 +86,7 @@
slack
discord
konversation
signal-desktop
# jlj de
acpi
awesome
@ -88,6 +94,7 @@
gnome3.adwaita-icon-theme
arc-icon-theme
dolphin
rofi
# jlj games
lutris
steam

Loading…
Cancel
Save