📦 Moved more configs to common files, and refactored code with common
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user