update flake

This commit is contained in:
2026-04-12 20:49:15 -05:00
parent fac3994444
commit 067ebcae93
2 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ self, ... }: {
{ self, inputs, ... }: {
perSystem = { self', pkgs, system, ... }: {
@@ -126,6 +126,8 @@
cfg = config.services.aurora-greeter;
system = pkgs.stdenv.hostPlatform.system;
pkgs-a = import inputs.nixpkgs {};
in {
users.users.aurora = {
@@ -134,10 +136,14 @@
home = "/tmp/aurora/home";
packages = [
packages = with pkgs-a; [
self.packages.${system}.aurora-greeter
self.packages.${system}.aurora-greeter-init
self.packages.${system}.aurora-set-wallpaper
awww
mpvpaper
ffmpeg
];
isNormalUser = true;

View File

@@ -79,9 +79,16 @@
cfg = config.programs.aurora;
system = pkgs.stdenv.hostPlatform.system;
pkgs-a = import inputs.nixpkgs {};
in {
home.packages = with pkgs; [
home.packages = with pkgs-a; [
awww
mpvpaper
ffmpeg
bluez
bluez-tools