refresh home

This commit is contained in:
Cyryl Płotnicki 2020-04-18 11:59:42 +01:00
parent be01e129c5
commit e04c6c454c
7 changed files with 15 additions and 8 deletions

View file

@ -41,7 +41,7 @@
repository = "rest:http://brix.local:8000/";
timerConfig = { OnCalendar = "hourly"; };
};
geoclue2.enable = true;
xserver = {
enable = true;
layout = "pl";

View file

@ -11,10 +11,9 @@
unstable.tor-browser-bundle-bin
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
slack discord obs-studio gnome3.nautilus gnome3.eog
slack discord gnome3.nautilus gnome3.eog
hopper
unstable.qemu unstable.aqemu unstable.foldingathome
spotify shotwell
];
}

View file

@ -18,6 +18,7 @@ in
PASSWORD_STORE_ENABLE_EXTENSIONS="true";
};
targets.genericLinux.enable = true;
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
imports = [

View file

@ -21,6 +21,10 @@
pasystray.enable = true;
};
services.udiskie.enable = true;
services.redshift.enable = true;
services.redshift.provider = "geoclue2";
xsession = {
enable = true;
};

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
source $HOME/.open-secrets.sh

View file

@ -25,8 +25,8 @@
module-margin-left = 1;
module-margin-right = 1;
modules-left = "i3";
modules-center = "date weather";
modules-right = "memory swap cpu temperature battery1 battery0";
modules-center = "date ";
modules-right = "memory swap cpu battery1 battery0";
tray-position = "right";
};
@ -41,7 +41,7 @@
"module/weather" = {
type = "custom/script";
interval = 600;
exec = "~/dev/dotfiles/nixos/i3/polybar/openweathermap-fullfeatured.sh";
exec = "${pkgs.bash}/bin/bash -c 'source ~/dev/dotfiles/nixos/i3/polybar/openweathermap-fullfeatured.sh'";
label-font = 2;
};
@ -58,7 +58,7 @@
"module/temperature" = {
type = "custom/script";
interval = 5;
exec = "~/dev/dotfiles/nixos/i3/polybar/cpu-temp.sh";
exec = "${pkgs.bash}/bin/bash -c 'source ~/dev/dotfiles/nixos/i3/polybar/cpu-temp.sh'";
};
"module/memory" = {

View file

@ -16,5 +16,8 @@
go.enable = true;
bat.enable = true;
browserpass.enable = true;
obs-studio.enable = true;
lsd.enable = true;
lsd.enableAliases = true;
};
}