This commit is contained in:
Tasia Iso 2024-05-24 12:57:53 +02:00
parent f6a4f0994c
commit bba71a19c8
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 7 additions and 9 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}:{
{pkgs, ...}: {
# systemd.timers."nix-auto-upgrade" = {
# wantedBy = ["timers.target"];
# timerConfig = {

View file

@ -19,6 +19,7 @@ in {
../../common/components/de/plasma5.nix
../../common/services/autoupgrade.nix
../../common/services/syncthing.nix
../../common/services/nix-gc.nix

View file

@ -25,9 +25,10 @@ in {
../../common/components/de/sddm.nix
../../common/components/de/plasma6.nix
../../common/components/de/hyprland.nix
# ../../common/components/de/hyprland.nix
../../common/programs/steam.nix
../../common/services/auditd.nix
../../common/services/nix-gc.nix
../../common/services/adguardhome.nix
@ -80,7 +81,6 @@ in {
# Needed to build enry
boot.binfmt.emulatedSystems = ["aarch64-linux"];
environment.systemPackages = with pkgs; [
inputs.tildefriends.packages.${system}.default