move to nushell

This commit is contained in:
zack 2025-05-19 18:28:46 -04:00
parent fdd9dd20ae
commit caf9810290
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
24 changed files with 521 additions and 469 deletions

View file

@ -15,12 +15,8 @@ in {
};
config = mkIf cfg.enable {
environment.etc."greetd/environments".text = ''
sway
'';
services.greetd = {
enable = true;
enable = false;
settings = {
default_session = {
command = "niri-session";
@ -29,6 +25,12 @@ in {
};
};
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm.wayland = true;
# services.displayManager.sddm.enable = true;
# services.displayManager.sddm.package = lib.mkForce pkgs.kdePackages.sddm;
programs.uwsm = {
waylandCompositors = {
# "mwc" = {
@ -49,8 +51,8 @@ in {
# ];
programs.hyprland = {
withUWSM = true;
enable = true;
withUWSM = false;
enable = false;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
@ -80,7 +82,6 @@ in {
SDL_VIDEODRIVER = "wayland,x11";
XDG_CACHE_HOME = "/home/zoey/.cache";
CLUTTER_BACKEND = "wayland";
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
# # CachyOS-inspired Nvidia optimizations for gaming
# __GL_THREADED_OPTIMIZATIONS = "1";