Regenerated

This commit is contained in:
2026-04-20 19:05:01 +02:00
parent ce0c92ecc5
commit 79c559eb47
8 changed files with 567 additions and 397 deletions
+436 -373
View File
File diff suppressed because it is too large Load Diff
+68 -12
View File
@@ -92,11 +92,11 @@ git
gparted
grim
grimblast
galculator
handbrake
hyperfine
just
jq
kdePackages.kdeconnect-kde
libreoffice
lua
nextcloud-client
@@ -716,7 +716,6 @@ in
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/flameshot.nix :noweb yes :mkdirp yes :eval never
{ pkgs, config, lib, ... }:
let
username = config.defaultUser or "henrov";
in
@@ -732,8 +731,6 @@ in
# Home Manager user-level configuration
############################
home-manager.users."${username}" = {
home.stateVersion = "26.05";
home.sessionVariables = {
SCREENSHOT_TOOL = "flameshot";
USERNAME = username;
@@ -743,10 +740,63 @@ in
home.file."Pictures/Screenshots/.keep" = {
text = ""; # empty file
};
home.file.".config/flameshot/flameshot.ini".text = ''
[General]
; Border color: A solid blend of @blue and @green (approximates the gradient)
buttonColor=#95c2e0
; Sidebar and inactive elements: Use @surface2 for subtlety
sidebarColor=#585b70
; Active buttons: Use @peach for contrast
buttonActiveColor=#fab387
; Text/icons: Use @text for readability
contrastingUIColor=#cdd6f4
showDesktopNotification=true
savePath=${config.xdg.picturesDir}/Screenshots
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
};
}
#+END_SRC
** =generated/modules/traveldroid/apps/kdeconnect.nix=
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/kdeconnect.nix :noweb yes :mkdirp yes :eval never
{ config, pkgs, ... }:
let
username = "henrov";
in
{
environment.systemPackages = with pkgs; [
kdePackages.kdeconnect-kde
];
systemd.user.services.kdeconnect = {
enable = true;
description = "KDE Connect daemon";
wantedBy = ["default.target"];
serviceConfig = {
ExecStart = "${pkgs.kdePackages.kdeconnect-kde}/bin/kdeconnectd";
Restart = "on-failure";
};
};
systemd.users.userLinger = [${username}];
# Hyprland config (if managed via Nix)
programs.hyprland = {
enable = true;
config = {
autostart = [
"systemctl --user start kdeconnect.service"
];
};
};
}
#+END_SRC
** =generated/modules/traveldroid/apps/kitty.nix=
This file sets up Kitty terminal
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/apps/kitty.nix :noweb yes :mkdirp yes :eval never
@@ -2528,8 +2578,6 @@ the top of the file."
** =generated/.config/hypr/animations.conf=
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/animations.conf :noweb yes :mkdirp yes :eval never
# ./assets/conf/desktop/hypr/animations.conf
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
@@ -2576,11 +2624,18 @@ bind = $mainMod, X , exec, qs -c powermenu
bind = $mainMod, L, exec, hyprlock
# grimblast
bind = $mainMod SHIFT, P, exec, grimblast -n -f copysave active
bind = $mainMod SHIFT, S, exec, grimblast -n -f copysave area
bind = , XF86Screenshot, exec, grimblast -n -f copysave area
bind = $mainMod ALT, P, exec, grimblast -n -f copysave output
bind = $mainMod CTRL, P, exec, grimblast -n -f copysave screen
# bind = $mainMod SHIFT, P, exec, grimblast -n -f copysave active
# bind = $mainMod SHIFT, S, exec, grimblast -n -f copysave area
# bind = , XF86Screenshot, exec, grimblast -n -f copysave area
# bind = $mainMod ALT, P, exec, grimblast -n -f copysave output
# bind = $mainMod CTRL, P, exec, grimblast -n -f copysave screen
# Flameshot keybindings
bind = $mainMod SHIFT, P, exec, flameshot full -p ~/Pictures/Screenshots -c
bind = $mainMod SHIFT, S, exec, flameshot gui
bind = , XF86Screenshot, exec, flameshot gui
bind = $mainMod ALT, P, exec, flameshot full -d 5000 -p ~/Pictures/Screenshots -c
bind = $mainMod CTRL, P, exec, flameshot screen -n 0 -p ~/Pictures/Screenshots -c
# Switch windows
bind = ALT, TAB, cyclenext, prev
@@ -2727,7 +2782,7 @@ bind = $mainMod, U, exec, kitty -e bash -lc "$HOME/.config/scripts/update.sh"
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb yes :mkdirp yes :eval never
exec-once = dbus-update-activation-environment --systemd --all
exec-once = hypridleconfig/hypr/exec-once
exec-once = hypridle
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = awww-daemon
@@ -2737,6 +2792,7 @@ exec-once = ~/.config/scripts/workspace-listener.sh
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
exec-once = nextcloud --background
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once flameshot
#+END_SRC
** =generated/.config/hypr/hypridle.conf=
@@ -1,6 +1,4 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# ./assets/conf/desktop/hypr/animations.conf
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
+12 -5
View File
@@ -12,11 +12,18 @@ bind = $mainMod, X , exec, qs -c powermenu
bind = $mainMod, L, exec, hyprlock
# grimblast
bind = $mainMod SHIFT, P, exec, grimblast -n -f copysave active
bind = $mainMod SHIFT, S, exec, grimblast -n -f copysave area
bind = , XF86Screenshot, exec, grimblast -n -f copysave area
bind = $mainMod ALT, P, exec, grimblast -n -f copysave output
bind = $mainMod CTRL, P, exec, grimblast -n -f copysave screen
# bind = $mainMod SHIFT, P, exec, grimblast -n -f copysave active
# bind = $mainMod SHIFT, S, exec, grimblast -n -f copysave area
# bind = , XF86Screenshot, exec, grimblast -n -f copysave area
# bind = $mainMod ALT, P, exec, grimblast -n -f copysave output
# bind = $mainMod CTRL, P, exec, grimblast -n -f copysave screen
# Flameshot keybindings
bind = $mainMod SHIFT, P, exec, flameshot full -p ~/Pictures/Screenshots -c
bind = $mainMod SHIFT, S, exec, flameshot gui
bind = , XF86Screenshot, exec, flameshot gui
bind = $mainMod ALT, P, exec, flameshot full -d 5000 -p ~/Pictures/Screenshots -c
bind = $mainMod CTRL, P, exec, flameshot screen -n 0 -p ~/Pictures/Screenshots -c
# Switch windows
bind = ALT, TAB, cyclenext, prev
@@ -1,6 +1,6 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
exec-once = dbus-update-activation-environment --systemd --all
exec-once = hypridleconfig/hypr/exec-once
exec-once = hypridle
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = awww-daemon
@@ -10,3 +10,4 @@ exec-once = ~/.config/scripts/workspace-listener.sh
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
exec-once = nextcloud --background
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once flameshot
+1 -1
View File
@@ -23,11 +23,11 @@ git
gparted
grim
grimblast
galculator
handbrake
hyperfine
just
jq
kdePackages.kdeconnect-kde
libreoffice
lua
nextcloud-client
@@ -1,6 +1,5 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ pkgs, config, lib, ... }:
let
username = config.defaultUser or "henrov";
in
@@ -16,8 +15,6 @@ in
# Home Manager user-level configuration
############################
home-manager.users."${username}" = {
home.stateVersion = "26.05";
home.sessionVariables = {
SCREENSHOT_TOOL = "flameshot";
USERNAME = username;
@@ -27,5 +24,21 @@ in
home.file."Pictures/Screenshots/.keep" = {
text = ""; # empty file
};
home.file.".config/flameshot/flameshot.ini".text = ''
[General]
; Border color: A solid blend of @blue and @green (approximates the gradient)
buttonColor=#95c2e0
; Sidebar and inactive elements: Use @surface2 for subtlety
sidebarColor=#585b70
; Active buttons: Use @peach for contrast
buttonActiveColor=#fab387
; Text/icons: Use @text for readability
contrastingUIColor=#cdd6f4
showDesktopNotification=true
savePath=${config.xdg.picturesDir}/Screenshots
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
};
}
@@ -0,0 +1,32 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ config, pkgs, ... }:
let
username = "henrov";
in
{
environment.systemPackages = with pkgs; [
kdePackages.kdeconnect-kde
];
systemd.user.services.kdeconnect = {
enable = true;
description = "KDE Connect daemon";
wantedBy = ["default.target"];
serviceConfig = {
ExecStart = "${pkgs.kdePackages.kdeconnect-kde}/bin/kdeconnectd";
Restart = "on-failure";
};
};
systemd.users.userLinger = [${username}];
# Hyprland config (if managed via Nix)
programs.hyprland = {
enable = true;
config = {
autostart = [
"systemctl --user start kdeconnect.service"
];
};
};
}