refresh home
This commit is contained in:
parent
be01e129c5
commit
e04c6c454c
7 changed files with 15 additions and 8 deletions
|
@ -41,7 +41,7 @@
|
||||||
repository = "rest:http://brix.local:8000/";
|
repository = "rest:http://brix.local:8000/";
|
||||||
timerConfig = { OnCalendar = "hourly"; };
|
timerConfig = { OnCalendar = "hourly"; };
|
||||||
};
|
};
|
||||||
|
geoclue2.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "pl";
|
layout = "pl";
|
||||||
|
|
|
@ -11,10 +11,9 @@
|
||||||
unstable.tor-browser-bundle-bin
|
unstable.tor-browser-bundle-bin
|
||||||
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
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
|
hopper
|
||||||
unstable.qemu unstable.aqemu unstable.foldingathome
|
unstable.qemu unstable.aqemu unstable.foldingathome
|
||||||
spotify shotwell
|
spotify shotwell
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ in
|
||||||
PASSWORD_STORE_ENABLE_EXTENSIONS="true";
|
PASSWORD_STORE_ENABLE_EXTENSIONS="true";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
|
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
pasystray.enable = true;
|
pasystray.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udiskie.enable = true;
|
||||||
|
services.redshift.enable = true;
|
||||||
|
services.redshift.provider = "geoclue2";
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
source $HOME/.open-secrets.sh
|
source $HOME/.open-secrets.sh
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
module-margin-left = 1;
|
module-margin-left = 1;
|
||||||
module-margin-right = 1;
|
module-margin-right = 1;
|
||||||
modules-left = "i3";
|
modules-left = "i3";
|
||||||
modules-center = "date weather";
|
modules-center = "date ";
|
||||||
modules-right = "memory swap cpu temperature battery1 battery0";
|
modules-right = "memory swap cpu battery1 battery0";
|
||||||
tray-position = "right";
|
tray-position = "right";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"module/weather" = {
|
"module/weather" = {
|
||||||
type = "custom/script";
|
type = "custom/script";
|
||||||
interval = 600;
|
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;
|
label-font = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"module/temperature" = {
|
"module/temperature" = {
|
||||||
type = "custom/script";
|
type = "custom/script";
|
||||||
interval = 5;
|
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" = {
|
"module/memory" = {
|
||||||
|
|
|
@ -16,5 +16,8 @@
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
browserpass.enable = true;
|
browserpass.enable = true;
|
||||||
|
obs-studio.enable = true;
|
||||||
|
lsd.enable = true;
|
||||||
|
lsd.enableAliases = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue