diff --git a/users/patriot/default.nix b/users/patriot/default.nix index 2afdc0b..91c470a 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -149,8 +149,6 @@ in { "dconf" ]; files = l.flatten [ - ".config/wallpaper" - ".config/wallpaper.mp4" ".config/gnome-initial-setup-done" (lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile) ]; @@ -172,21 +170,6 @@ in { x11.enable = true; }; - # gtk = { - # enable = true; - - # font = { - # inherit (config.settings.font.regular) name package; - # }; - - # gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; - - # theme = { - # name = "Yaru-dark"; - # package = pkgs.yaru-theme; - # }; - # }; - home = { homeDirectory = nixosConfig.users.users.patriot.home; packages = with pkgs; [ @@ -225,12 +208,6 @@ in { userName = name; userEmail = email; }; - zsh.loginExtra = '' - if [[ "$(tty)" == "/dev/tty1" ]]; then - export WLR_DRM_DEVICES=/dev/dri/card0 - exec sway --unsupported-gpu - fi - ''; }; services = { gpg-agent = let diff --git a/users/patriot/wallpaper.png b/users/patriot/wallpaper.png index d7f0610..3609b50 100644 Binary files a/users/patriot/wallpaper.png and b/users/patriot/wallpaper.png differ