feat: switch to btrfs

This commit is contained in:
zoey 2025-06-18 12:07:36 -04:00
parent 0ad695abcf
commit 90cbe489f6
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
10 changed files with 154 additions and 163 deletions

View file

@ -31,7 +31,7 @@ in {
settings = {
window_padding_width = 20;
background_opacity = "0.9";
# background_opacity = "0.9";
background = colors.crust.hex;
foreground = colors.text.hex;

View file

@ -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;

View file

@ -66,6 +66,7 @@ in {
certificateScheme = "acme-nginx";
virusScanning = true;
stateVersion = 1;
};
# services.nginx = {