Home Gen556 @ 2026-06-11-13:01 by jonas@comfy-station

This commit is contained in:
2026-06-11 13:01:10 +02:00
parent 55989c0bd0
commit 8f9c10cce9
6 changed files with 10 additions and 5 deletions
@@ -46,6 +46,7 @@
};
};
xdg.userDirs.enable = true;
xdg.userDirs.setSessionVariables = true;
xdg.userDirs.createDirectories = true;
xdg.userDirs.extraConfig = {
WORKSPACES = "${config.home.homeDirectory}/Workspaces";
+1
View File
@@ -52,6 +52,7 @@
};
};
xdg.userDirs.enable = true;
xdg.userDirs.setSessionVariables = true;
xdg.userDirs.createDirectories = true;
xdg.userDirs.extraConfig = {
WORKSPACES = "${config.home.homeDirectory}/Workspaces";
+4 -4
View File
@@ -228,6 +228,7 @@
};
wayland.windowManager.hyprland = {
configType = "hyprlang"; # TODO: Adopt to lua
settings = {
exec-once = [
"${pkgs.wpaperd}/bin/wpaperd &"
@@ -356,11 +357,11 @@
layerrule = [
# blur for wlogout
"blur, logout_dialog"
"blur true, logout_dialog"
# blur for swaync
"blur, swaync-control-center"
"blur, swaync-notification-window"
"blur true, swaync-control-center"
"blur true, swaync-notification-window"
"ignorezero, swaync-control-center"
"ignorezero, swaync-notification-window"
"ignorealpha 0.5, swaync-control-center"
@@ -399,7 +400,6 @@
dwindle = {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = "yes"; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = "yes"; # you probably want this
};
+1
View File
@@ -45,6 +45,7 @@
# add nord like gtk theme
gtk = {
enable = true;
gtk4.theme = null;
cursorTheme = {
package = pkgs.unstable.layan-cursors;
name = "Layan-cursors";
+2 -1
View File
@@ -4,9 +4,10 @@
programs.firefox.nativeMessagingHosts.packages = [pkgs.passff-host];
};
flake.homeModules.firefox = {
flake.homeModules.firefox = {config, ...}: {
programs.firefox = {
enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
# Default profile
profiles.jonas = {
+1
View File
@@ -26,6 +26,7 @@
# Zsh
programs.zsh = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";
enableCompletion = true;
syntaxHighlighting.enable = true;