feat: switch to btrfs
This commit is contained in:
parent
0ad695abcf
commit
90cbe489f6
10 changed files with 154 additions and 163 deletions
|
|
@ -21,8 +21,8 @@ in {
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${tuigreet} --time --remember --remember-session";
|
||||
user = "greeter";
|
||||
command = "niri-session";
|
||||
user = "zoey";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -54,7 +54,7 @@ in {
|
|||
|
||||
programs.hyprland = {
|
||||
withUWSM = true;
|
||||
enable = true;
|
||||
enable = false;
|
||||
xwayland.enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ in {
|
|||
|
||||
certificateScheme = "acme-nginx";
|
||||
virusScanning = true;
|
||||
stateVersion = 1;
|
||||
};
|
||||
|
||||
# services.nginx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue