🚚 (neodymium) move borgbackup and greetd out of system and into services

This commit is contained in:
Laureηt 2023-11-29 15:49:31 +01:00
parent 11d5c3dcc0
commit abb6e25b45
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
5 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
imports = [ ./system ];
imports = [ ./system ./services ];
# shorter timeout for systemd services
systemd.extraConfig = ''

View file

@ -0,0 +1 @@
{ ... }: { imports = [ ./borgbackup ./greetd ]; }

View file

@ -4,7 +4,8 @@
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
command =
"${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # TODO: use nix pkgs
user = "greeter";
};
};

View file

@ -12,10 +12,8 @@
./age
./audio
./boot
./borgbackup
./docker
./fonts
./greetd
./hardware
./i18n
./networking