📦 Moved more configs to common files, and refactored code with common

This commit is contained in:
2025-01-08 19:47:02 +01:00
parent 57ebb73095
commit 89acd3e5cb
15 changed files with 317 additions and 243 deletions

View File

@ -1,6 +1,7 @@
{ lib, ... }:
let
common = import ../../common.nix;
app = common.default;
theme = import ../../theme.nix;
in
{
@ -10,16 +11,11 @@ in
"DP-3, 2560x1440@59.95, 1920x0, 1"
];
"$browser" = "io.github.zen_browser.zen";
"$terminal" = "kitty";
"$fileManager" = "nautilus";
"$menu" = "rofi -show drun";
# Autostart
exec-once = [
"$browser"
"${app.browser}"
"nextcloud"
"$terminal"
"${app.terminal}"
"hypridle"
"systemctl --user start hyprpolkitagent"
"swaync"