mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +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, ... }:
|
||||
{
|
||||
imports = [
|
||||
./xserver.nix
|
||||
../../common/steam.nix
|
||||
../../common/sound.nix
|
||||
./xserver.nix
|
||||
./grub.nix
|
||||
./networking.nix
|
||||
./filesystems.nix
|
||||
./hardware.nix
|
||||
./users.nix
|
||||
./nixpkgs.nix
|
||||
../../common/sound.nix
|
||||
./firewall.nix
|
||||
./microvm.nix
|
||||
./impermenance.nix
|
||||
|
|
Loading…
Reference in a new issue