refactor: moved system modules around to be more coherent
This commit is contained in:
parent
13fc2a1450
commit
263728f6b6
16 changed files with 72 additions and 60 deletions
11
systems/modules/programs/hyprland.nix
Normal file
11
systems/modules/programs/hyprland.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
programs.uwsm = {
|
||||
enable = false;
|
||||
};
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
#withUWSN = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
}
|
3
systems/modules/programs/tailscale.nix
Normal file
3
systems/modules/programs/tailscale.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue