mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
move nixos modules to nixos-modules
This commit is contained in:
parent
7394c5f317
commit
611796f02e
29 changed files with 225 additions and 7 deletions
|
@ -1,33 +0,0 @@
|
|||
{ self, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./asf
|
||||
./audio
|
||||
./auto-update
|
||||
./bluetooth
|
||||
./boot
|
||||
./doc
|
||||
./events
|
||||
./kodi
|
||||
./keyboard
|
||||
./local
|
||||
./minecraft-server
|
||||
./moodle-dl
|
||||
./nix
|
||||
./plasma
|
||||
./printing
|
||||
./repo-sync
|
||||
./ssh
|
||||
./steam
|
||||
./sway
|
||||
./users
|
||||
./zerotierone
|
||||
../upstream
|
||||
self.inputs.disko.nixosModules.disko
|
||||
self.inputs.home-manager.nixosModules.home-manager
|
||||
self.inputs.nixos-generators.nixosModules.all-formats
|
||||
self.inputs.sops-nix.nixosModules.sops
|
||||
self.inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue