Final touchups
This commit is contained in:
parent
040d7392dc
commit
b896a064f4
2 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
{ lib, ...}: {
|
||||
{ lib, ...}: let
|
||||
ips = import ./modules/ips.nix;
|
||||
in {
|
||||
imports = [
|
||||
# Base configs
|
||||
./base.nix
|
||||
|
@ -7,7 +9,7 @@
|
|||
./users/jimbo.nix
|
||||
./users/groups.nix
|
||||
|
||||
# Desktop only
|
||||
# Desktop
|
||||
./desktop/misc.nix
|
||||
./desktop/sway.nix
|
||||
./desktop/greetd-sway.nix
|
||||
|
@ -17,8 +19,9 @@
|
|||
./desktop/firewall.nix
|
||||
./desktop/fonts.nix
|
||||
./desktop/qt.nix
|
||||
./desktop/wireguard.nix
|
||||
|
||||
# Laptop/Portable only
|
||||
# Laptop/Portable
|
||||
./hardware/wireless.nix
|
||||
|
||||
# Modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue