a
This commit is contained in:
parent
f6a4f0994c
commit
bba71a19c8
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:{
|
||||
{pkgs, ...}: {
|
||||
# systemd.timers."nix-auto-upgrade" = {
|
||||
# wantedBy = ["timers.target"];
|
||||
# timerConfig = {
|
||||
|
|
|
@ -19,6 +19,7 @@ in {
|
|||
|
||||
../../common/components/de/plasma5.nix
|
||||
|
||||
../../common/services/autoupgrade.nix
|
||||
../../common/services/syncthing.nix
|
||||
../../common/services/nix-gc.nix
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue