Reinitialized repo after massive overhaul
This commit is contained in:
19
system/programs/ags/flake.nix
Normal file
19
system/programs/ags/flake.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
description = "ags dependancies";
|
||||
|
||||
inputs = {
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {
|
||||
services = {
|
||||
upower.enable = true;
|
||||
gvfs.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user