Compare commits

..

No commits in common. "92be81fb8f3f948913eff111033cf867e41a30b8" and "d6801e0679e31a2f7eabb867b26effec34ee6843" have entirely different histories.

9 changed files with 36 additions and 46 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

View file

@ -1,15 +1,12 @@
keys: keys:
- &tdpeuter age1fva6s64s884z0q2w7de024sp69ucvqu0pg9shrhhqsn3ewlpjfpsh6md7y - &tdpeuter age1fva6s64s884z0q2w7de024sp69ucvqu0pg9shrhhqsn3ewlpjfpsh6md7y
- &tdpeuter_gpg 08a9c1c8cf9159c9172aba129b11f5243089db5b
- &server_H4G0 age1d4gvqz3anf082ja6xt03hnkzazfum80um9t45m4rerl4n3va2yuqgnsg03 - &server_H4G0 age1d4gvqz3anf082ja6xt03hnkzazfum80um9t45m4rerl4n3va2yuqgnsg03
creation_rules: creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$ - path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
key_groups: key_groups:
- pgp: - age:
- *tdpeuter_gpg
age:
- *tdpeuter - *tdpeuter
- *server_H4G0 - *server_H4G0

24
nixos/flake.lock generated
View file

@ -62,11 +62,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1759143472, "lastModified": 1758589230,
"narHash": "sha256-TvODmeR2W7yX/JmOCmP+lAFNkTT7hAxYcF3Kz8SZV3w=", "narHash": "sha256-zMTCFGe8aVGTEr2RqUi/QzC1nOIQ0N1HRsbqB4f646k=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5ed4e25ab58fd4c028b59d5611e14ea64de51d23", "rev": "d1d883129b193f0b495d75c148c2c3a7d95789a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -77,11 +77,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1759036355, "lastModified": 1758690382,
"narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=", "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127", "rev": "e643668fd71b949c53f8626614b21ff71a07379d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -174,11 +174,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759188042, "lastModified": 1758425756,
"narHash": "sha256-f9QC2KKiNReZDG2yyKAtDZh0rSK2Xp1wkPzKbHeQVRU=", "narHash": "sha256-L3N8zV6wsViXiD8i3WFyrvjDdz76g3tXKEdZ4FkgQ+Y=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "9fcfabe085281dd793589bdc770a2e577a3caa5d", "rev": "e0fdaea3c31646e252a60b42d0ed8eafdb289762",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -265,11 +265,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759205174, "lastModified": 1758859571,
"narHash": "sha256-LMfGQsy3OibEqr3WtLCOqUVdOy5/6DJKWHV8h+1Vapk=", "narHash": "sha256-/DPe2RNgIzTBHm1tLUF31YswssT7Uz+HJI6VIkmHN6w=",
"owner": "youwen5", "owner": "youwen5",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "afd770119e0f9fbb085665738f3fa4c28ff42f78", "rev": "58e5a7b019aa1584ca46e909b011c1f6a91081f0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,7 +11,6 @@ in {
# Hint Electron apps to use wayland # Hint Electron apps to use wayland
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
ASSETS_DIR = ../../../../assets;
SCRIPT_DIR = ../../../../scripts; SCRIPT_DIR = ../../../../scripts;
}; };
@ -28,7 +27,7 @@ in {
wl-mirror # Mirror an output wl-mirror # Mirror an output
wdisplays # Tool to configure displays wdisplays # Tool to configure displays
swaylock swaylock-effects
glib glib
@ -50,8 +49,6 @@ in {
waybar.enable = true; waybar.enable = true;
}; };
security.polkit.enable = true;
services = { services = {
dbus.enable = true; dbus.enable = true;
displayManager.ly.enable = true; displayManager.ly.enable = true;

View file

@ -96,7 +96,6 @@ in {
]); ]);
environment.sessionVariables = { environment.sessionVariables = {
ASSETS_DIR = ../../../../assets;
SCRIPT_DIR = ../../../../scripts; SCRIPT_DIR = ../../../../scripts;
}; };

View file

@ -35,26 +35,25 @@ in {
shell = pkgs.zsh; shell = pkgs.zsh;
packages = (with pkgs; [ packages = (with pkgs; [
bitwarden-desktop cmdtime # Zsh plugin
icosystem # Personal icon theme
nextcloud-client
spotify-adblock
brave # Internet browser brave # Internet browser
chafa # Terminal image viewer chafa # Terminal image viewer
cmdtime # Zsh plugin
duf # Df alternative duf # Df alternative
feishin # Jellyfin music client feishin # Jellyfin music client
foot foot
fzf fzf
gh # GitHub CLI tool gh # GitHub CLI tool
glow # Terminal Markdown renderer glow # Terminal Markdown renderer
icosystem # Personal icon theme
jellyfin-media-player jellyfin-media-player
libreoffice-fresh # Office tools libreoffice-fresh # Office tools
librewolf # Internet browser librewolf # Internet browser
mpv # Media player mpv # Media player
nextcloud-client
nsxiv # Lightweight image viewer nsxiv # Lightweight image viewer
qalculate-gtk # Calculator qalculate-gtk # Calculator
spotify spotify
spotify-adblock
unzip unzip
vifm # File manager vifm # File manager
zathura # PDF viewer zathura # PDF viewer

View file

@ -266,7 +266,7 @@ $right = l
$term = foot $term = foot
$menu = j4-dmenu-desktop --dmenu="rofi -dmenu -i" --no-generic --usage-log="/home/tdpeuter/.local/state/dmenu.log" --term=$term $menu = j4-dmenu-desktop --dmenu="rofi -dmenu -i" --no-generic --usage-log="/home/tdpeuter/.local/state/dmenu.log" --term=$term
$lock = swaylock --daemonize $lock = swaylock
source = /home/tdpeuter/.config/hypr/input-output.conf source = /home/tdpeuter/.config/hypr/input-output.conf
source = /home/tdpeuter/.config/hypr/keybinds.conf source = /home/tdpeuter/.config/hypr/keybinds.conf

View file

@ -2,23 +2,21 @@
# .config/swaylock/config # .config/swaylock/config
# #
#indicator indicator
#indicator-radius=200 indicator-radius=200
#
#clock
#datestr=%A, %B %d %Y
#
#show-failed-attempts
#
#screenshots
#effect-pixelate=10
#effect-vignette=0.75:0 # Darken the whole screen.
#fade-in=0.25
#
#grace=7 # Allow to unlock without password for duration
#grace-no-mouse
image=${ASSETS_DIR}/bluescreen.png clock
datestr=%A, %B %d %Y
show-failed-attempts
screenshots
effect-pixelate=10
effect-vignette=0.75:0 # Darken the whole screen.
fade-in=0.25
grace=7 # Allow to unlock without password for duration
grace-no-mouse
# Styling # Styling

View file

@ -90,21 +90,21 @@
"format": "\uf09c", /* */ "format": "\uf09c", /* */
"tooltip": true, "tooltip": true,
"tooltip-format": "Lock device", "tooltip-format": "Lock device",
"on-click": "swaylock --daemonize" "on-click": "swaylock -f"
}, },
"custom/system-sleep": { "custom/system-sleep": {
"format": "\uf186", /* */ "format": "\uf186", /* */
"tooltip": true, "tooltip": true,
"tooltip-format": "Put device to sleep", "tooltip-format": "Put device to sleep",
"on-click": "swaylock --daemonize; systemctl suspend" "on-click": "swaylock -f; systemctl suspend"
}, },
"custom/system-hibernate": { "custom/system-hibernate": {
"format": "\uf2dc", /* */ "format": "\uf2dc", /* */
"tooltip": true, "tooltip": true,
"tooltip-format": "Hibernate device", "tooltip-format": "Hibernate device",
"on-click": "swaylock --daemonize; systemctl hibernate" "on-click": "swaylock -f; systemctl hibernate"
}, },
"custom/system-reboot": { "custom/system-reboot": {