profiles: reorganize
This commit is contained in:
parent
01d916f379
commit
d897b364c6
|
@ -2,7 +2,7 @@
|
|||
let inherit (builtins) readFile;
|
||||
in
|
||||
{
|
||||
imports = [ ./sway ../develop ./xmonad ../networkmanager ./im ];
|
||||
imports = [ ./sway ../develop ./xmonad ../network ./im ];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
|
|
@ -1,14 +1,25 @@
|
|||
[
|
||||
./core
|
||||
./db/postgres
|
||||
./develop
|
||||
./develop/kakoune
|
||||
./develop/python
|
||||
./develop/tmux
|
||||
./develop/zsh
|
||||
./graphical
|
||||
./graphical/games
|
||||
./graphical/im
|
||||
./graphical/plex.nix
|
||||
./graphical/qutebrowser
|
||||
./graphical/sway
|
||||
./misc
|
||||
./graphical/xmonad
|
||||
./laptop
|
||||
./misc/disable-mitigations.nix
|
||||
./network
|
||||
./network/adblocking.nix
|
||||
./network/networkmanager
|
||||
./network/stubby.nix
|
||||
./network/torrent.nix
|
||||
./ssh
|
||||
./virt
|
||||
]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{ ... }: { imports = [ ./stubby.nix ./adblocking.nix ]; }
|
3
profiles/network/default.nix
Normal file
3
profiles/network/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
imports = [ ./networkmanager ./adblocking.nix ];
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{ lib, ... }: {
|
||||
imports = [ ../misc/adblocking.nix ];
|
||||
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
|
@ -24,5 +22,4 @@
|
|||
DNSOverTLS=yes
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue