whole flake: remove unneeded default.nix
This commit is contained in:
parent
8a577bc38a
commit
d6d66bc43a
8 changed files with 2 additions and 20 deletions
|
@ -1,11 +0,0 @@
|
|||
_: {
|
||||
imports = [
|
||||
./programs
|
||||
./other
|
||||
./services
|
||||
./wms
|
||||
./style
|
||||
./options
|
||||
./system
|
||||
];
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
cfg = config.modules.system.programs.editors.helix;
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkIf getExe ;
|
||||
inherit (lib) mkIf getExe;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
_: {imports = [./grub-boot.nix];}
|
|
@ -1,10 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./keyboard.nix
|
||||
./boot
|
||||
./hardware
|
||||
./nix/module.nix
|
||||
./os/networking/module.nix
|
||||
./os/security/module.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
_: {imports = [./bluetooth.nix ./graphics.nix];}
|
||||
_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
_: {imports = [./wayland];}
|
|
@ -1,6 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
./hyprland/module.nix
|
||||
./variables.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue