mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Clean up imports on omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
57087a3400
commit
e3312566ba
|
@ -27,15 +27,15 @@ in
|
||||||
({ pkgs, lib, config, secret, ... }:
|
({ pkgs, lib, config, secret, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./xserver.nix
|
|
||||||
../../common/steam.nix
|
../../common/steam.nix
|
||||||
|
../../common/sound.nix
|
||||||
|
./xserver.nix
|
||||||
./grub.nix
|
./grub.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./filesystems.nix
|
./filesystems.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./nixpkgs.nix
|
./nixpkgs.nix
|
||||||
../../common/sound.nix
|
|
||||||
./firewall.nix
|
./firewall.nix
|
||||||
./microvm.nix
|
./microvm.nix
|
||||||
./impermenance.nix
|
./impermenance.nix
|
||||||
|
|
Loading…
Reference in a new issue