Maintaince

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-02 00:00:29 +02:00
parent a3d46355b0
commit 1bfa3c21e1
4 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,7 @@
home.file.kitty = {
target = ".config/kitty/kitty.conf";
text = ''
term xterm-256color
font_family monospace
font_size 12.0
background_opacity 0.7

View File

@ -85,6 +85,7 @@ export QT_STYLE_OVERRIDE="breeze"
pkgs.xorg.xbacklight
pkgs.pavucontrol
pkgs.xorg.xkill
pkgs.arandr
pkgs.dunst
pkgs.libnotify

View File

@ -45,6 +45,7 @@ export MATRIXDEV_HOMESERVER="https://matrix.dodsorf.as"
export ***REMOVED***
export FV_KUBECONFIG="$HOME/.kube/config-fv"
export FV_KUBECONFIG="$HOME/.kube/config-fv-prod"
export FV_ARM_SUBSCRIPTION_ID="***REMOVED***"
export FV_ARM_CLIENT_ID="***REMOVED***"

View File

@ -16,7 +16,6 @@
pkgs.ansible
pkgs.nixops
pkgs.ldns
pkgs.jq
pkgs.steam
pkgs.dolphinEmuMaster
@ -43,8 +42,10 @@
pkgs.kdeApplications.kio-extras
pkgs.unzip
pkgs.p7zip
pkgs.parallel
pkgs.sshfs
pkgs.jq
pkgs.gnome3.gedit
pkgs.vscode
@ -64,7 +65,7 @@
pkgs.frei0r
pkgs.mkvtoolnix
pkgs.youtubeDL
#pkgs.unstable.youtubeDL
pkgs.ffmpeg-full
pkgs.geogebra
@ -99,6 +100,6 @@
programs.home-manager = {
enable = true;
path = "https://github.com/rycee/home-manager/archive/master.tar.gz";
path = "https://github.com/rycee/home-manager/archive/release-18.09.tar.gz";
};
}