hosts: Fix import to generic.nix
This commit is contained in:
parent
207027a493
commit
4081db2959
@ -5,7 +5,7 @@ let
|
||||
unstable = (import ../modules/unstable.nix config);
|
||||
in {
|
||||
imports = [
|
||||
../generic.nix
|
||||
./generic.nix
|
||||
../modules/hardware/generic.nix ../modules/hardware/bluetooth.nix ../modules/hardware/wifi.nix ../modules/hardware/video.nix ../modules/hardware/mobile.nix
|
||||
../modules/fonts.nix
|
||||
../modules/users
|
||||
|
@ -5,7 +5,7 @@ let
|
||||
customPkgs = import ../packages/overlay.nix;
|
||||
in {
|
||||
imports = [
|
||||
../generic.nix
|
||||
./generic.nix
|
||||
../modules/hardware/generic.nix ../modules/hardware/video.nix
|
||||
../modules/users/fuck-xi.nix
|
||||
../modules/programs/zsh ../modules/programs/tmux ../modules/programs/emacs ../modules/programs/firefox ../modules/programs/gnome-terminal ../modules/programs/gnome
|
||||
|
@ -6,7 +6,7 @@ let
|
||||
gamemode = pkgs.callPackage ../packages/gamemode {};
|
||||
in {
|
||||
imports = [
|
||||
../generic.nix
|
||||
./generic.nix
|
||||
../modules/hardware/generic.nix ../modules/hardware/video.nix
|
||||
../modules/fonts.nix
|
||||
../modules/users/alexander.nix
|
||||
|
Loading…
Reference in New Issue
Block a user