This commit is contained in:
Lilith 2024-06-11 00:12:54 +02:00
parent 67aa9ec0ea
commit 6a9f4d40c8
Signed by: lilith
GPG key ID: 8712A0F317C37175
10 changed files with 60 additions and 26 deletions

View file

@ -9,9 +9,9 @@
programs.firefox = {
enable = true;
# nativeMessagingHosts = with pkgs; [
# tridactyl-native
# ];
nativeMessagingHosts = with pkgs; [
tridactyl-native
];
policies = {
Homepage = {

View file

@ -1,6 +1,7 @@
{...}: {
programs.git = {
enable = true;
lfs.enable = true;
userName = "Lilith";
userEmail = "ole@benstem.de";
difftastic.enable = true;

View file

@ -24,6 +24,7 @@
];
exec-once = [
"hyprlock"
"ssh-agent"
"[workspace special:keepass silent] keepassxc"
];

View file

@ -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;

View file

@ -23,6 +23,8 @@
keepassxc
ncspot
vesktop
btop
htop
];

View file

@ -5,11 +5,12 @@
".config/sops"
".config/keepassxc"
".config/obsidian"
".config/discord"
".config/vesktop"
".gnupg"
".ssh"
".thunderbird"
".mozilla"
"nixos"
"sync"