vr
This commit is contained in:
parent
67aa9ec0ea
commit
6a9f4d40c8
10 changed files with 60 additions and 26 deletions
|
|
@ -9,9 +9,9 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
# nativeMessagingHosts = with pkgs; [
|
||||
# tridactyl-native
|
||||
# ];
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
tridactyl-native
|
||||
];
|
||||
|
||||
policies = {
|
||||
Homepage = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
userName = "Lilith";
|
||||
userEmail = "ole@benstem.de";
|
||||
difftastic.enable = true;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
];
|
||||
|
||||
exec-once = [
|
||||
"hyprlock"
|
||||
"ssh-agent"
|
||||
"[workspace special:keepass silent] keepassxc"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}:{
|
||||
{ config, ...}:{
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -11,14 +11,23 @@
|
|||
|
||||
background = [
|
||||
{
|
||||
color = "rgba(25, 20, 20, 1.0)";
|
||||
path = "screenshot";
|
||||
# color = "rgba(25, 20, 20, 1.0)";
|
||||
|
||||
blur_passes = 2;
|
||||
blur_size = 7;
|
||||
noise = 0.0117;
|
||||
contrast = 0.8916;
|
||||
brightness = 0.8172;
|
||||
vibrancy = 0.1696;
|
||||
vibrancy_darkness = 0.0;
|
||||
}
|
||||
];
|
||||
|
||||
input-field = [
|
||||
{
|
||||
size = "200, 50";
|
||||
position = "0, -80";
|
||||
size = "800, 80";
|
||||
position = "0, 0";
|
||||
monitor = "";
|
||||
dots_center = true;
|
||||
fade_on_empty = false;
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
keepassxc
|
||||
ncspot
|
||||
|
||||
vesktop
|
||||
|
||||
btop
|
||||
htop
|
||||
];
|
||||
|
|
|
|||
|
|
@ -5,11 +5,12 @@
|
|||
".config/sops"
|
||||
".config/keepassxc"
|
||||
".config/obsidian"
|
||||
".config/discord"
|
||||
".config/vesktop"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
|
||||
".thunderbird"
|
||||
".mozilla"
|
||||
|
||||
"nixos"
|
||||
"sync"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue