Update
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
../../nixos/variables-config.nix
|
||||
|
||||
../../themes/nixy.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
./variables.nix
|
||||
];
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
|
||||
# System (Desktop environment like stuff)
|
||||
../../home/system/hyprland
|
||||
../../home/system/hypridle
|
||||
../../home/system/hyprlock
|
||||
../../home/system/hyprpanel
|
||||
../../home/system/hyprpaper
|
||||
../../home/system/gtk
|
||||
../../home/system/wofi
|
||||
../../home/system/batsignal
|
||||
|
||||
@@ -15,4 +15,7 @@
|
||||
|
||||
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
|
||||
home.packages = with pkgs; [ sops age ];
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once =
|
||||
[ "systemctl --user start sops-nix" ];
|
||||
}
|
||||
|
||||
@@ -21,11 +21,6 @@
|
||||
autoUpgrade = false;
|
||||
autoGarbageCollector = false;
|
||||
|
||||
# SOPS
|
||||
# Sops is a tool to store secrets in git repositories encrypted with GPG.
|
||||
# change the sops configuration if you want to enable that:
|
||||
sops = true;
|
||||
|
||||
theme = {
|
||||
rounding = 15;
|
||||
gaps-in = 10;
|
||||
|
||||
Reference in New Issue
Block a user