feat: multiple xD look bellow
- clean up login stuff - add uwsm - move "no-x" to system_profiles - clean up hyprland.nix
This commit is contained in:
parent
461a4b0146
commit
cf9395d91d
8 changed files with 78 additions and 60 deletions
9
system_profiles/components/no-x.nix
Normal file
9
system_profiles/components/no-x.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
# Enable the X11 windowing system.
|
||||
# You can disable this if you're only using the Wayland session.
|
||||
services.xserver.enable = false;
|
||||
|
||||
# force chromium and electron apps to use wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./components/home-manager.nix
|
||||
./components/nix-defaults.nix
|
||||
./components/no-x.nix
|
||||
#./components/nixpkgs-ng.nix
|
||||
|
||||
./importers/desktop.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue