chore: refactor
This commit is contained in:
parent
f06011e890
commit
e6b6325ba6
7 changed files with 44 additions and 227 deletions
|
@ -12,13 +12,7 @@
|
|||
../common/optional/yubikey.nix
|
||||
|
||||
# Services
|
||||
./services/amdgpu-clocks
|
||||
./services/flatpak
|
||||
./services/libinput
|
||||
./services/ollama
|
||||
./services/printers
|
||||
./services/udev
|
||||
./services/xserver
|
||||
./services
|
||||
|
||||
# Setup our hardware
|
||||
./hardware-configuration.nix
|
||||
|
|
11
nixos/fuchsia/services/default.nix
Normal file
11
nixos/fuchsia/services/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./amdgpu-clocks
|
||||
./flatpak
|
||||
./libinput
|
||||
./ollama
|
||||
./printers
|
||||
./udev
|
||||
./xserver
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue