modules/nixos: remove default.nix of parent and first child dirs
these dont have a reason to exist anymore
This commit is contained in:
parent
84e739fa60
commit
d543a36a3a
5 changed files with 3 additions and 43 deletions
|
|
@ -9,8 +9,10 @@
|
|||
../../modules/nixos/programs/desktop/niri
|
||||
../../modules/nixos/programs/desktop/niri/niri/window-rules/dual-monitor.nix
|
||||
../../modules/nixos/programs/desktop/niri/niri/workspaces/dual-monitor.nix
|
||||
../../modules/nixos/programs/gaming.nix
|
||||
|
||||
../../modules/nixos/services
|
||||
../../modules/nixos/services/tailscale
|
||||
../../modules/nixos/services/mumble.nix
|
||||
|
||||
../../modules/nixos/system/colors.nix
|
||||
../../modules/nixos/system/console-colors.nix
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./programs
|
||||
./services
|
||||
./system
|
||||
];
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bash.nix
|
||||
./gaming.nix
|
||||
./git.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./tailscale
|
||||
./mumble.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./colors.nix
|
||||
./console-colors.nix
|
||||
./desktop.nix
|
||||
./fonts.nix
|
||||
./home-manager.nix
|
||||
./laptop.nix
|
||||
./scx.nix
|
||||
./swap.nix
|
||||
./yubikey.nix
|
||||
./zswap.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue