From f55c292fc386ad9d1646603f23fb587b1b97fd4b Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Tue, 30 Sep 2025 20:40:30 -0500 Subject: [PATCH 1/3] Tweaks to GUI behavior --- home-manager/assets/QtPass.conf | 2 +- home-manager/i3.nix | 3 --- home-manager/programs/kitty.nix | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home-manager/assets/QtPass.conf b/home-manager/assets/QtPass.conf index 716722b..fd0c8bf 100644 --- a/home-manager/assets/QtPass.conf +++ b/home-manager/assets/QtPass.conf @@ -21,7 +21,7 @@ passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@ passwordCharsselection=0 passwordLength=8 pwgenExecutable=/run/current-system/sw/bin/pwgen -startMinimized=true +startMinimized=false templateAllFields=false useAutoclear=true useAutoclearPanel=true diff --git a/home-manager/i3.nix b/home-manager/i3.nix index 7098088..f50d85e 100644 --- a/home-manager/i3.nix +++ b/home-manager/i3.nix @@ -85,9 +85,6 @@ config = { bars = []; keybindings = lib.mkForce {}; - startup = [ - { command = "qtpass"; notification = false; } - ]; }; extraConfig = '' diff --git a/home-manager/programs/kitty.nix b/home-manager/programs/kitty.nix index c4c65b8..344115c 100644 --- a/home-manager/programs/kitty.nix +++ b/home-manager/programs/kitty.nix @@ -57,6 +57,7 @@ enable = true; defaultApplications = { "text/plain" = [ "VimInKitty.desktop" ]; + "application/x-shellscript" = [ "VimInKitty.desktop" ]; }; }; }; From 75698e050cca7083cb7a489685840484becf37e4 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 26 Oct 2025 02:20:03 -0500 Subject: [PATCH 2/3] Add some extra packages --- nixos/features/tui-apps.nix | 2 +- systems/ll-latitude-e5591/home.nix | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nixos/features/tui-apps.nix b/nixos/features/tui-apps.nix index e2e882f..98bd770 100644 --- a/nixos/features/tui-apps.nix +++ b/nixos/features/tui-apps.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ # Basic Utilities - bc pv killall zip unzip unrar-wrapper unar units + bc pv killall zip unzip unrar-wrapper unar units wget curl # System Monitoring / TUI QoL Tools btop iotop tmux byobu diff --git a/systems/ll-latitude-e5591/home.nix b/systems/ll-latitude-e5591/home.nix index 9cb7758..b4d0930 100644 --- a/systems/ll-latitude-e5591/home.nix +++ b/systems/ll-latitude-e5591/home.nix @@ -1,8 +1,11 @@ { pkgs, ... }: { home.stateVersion = "24.11"; - - imports = [ - ../../home-manager/programs/thunderbird.nix + home.packages = with pkgs; [ + #ventoy + yt-dlp + arduino + distrobox + prismlauncher ]; xsession.windowManager.i3.extraConfig = '' From c5c79482d199670b90148bc80bd26443133b3de0 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 26 Oct 2025 02:22:08 -0500 Subject: [PATCH 3/3] Update monitor configuration --- systems/ll-latitude-e5591/home.nix | 59 ++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 4 deletions(-) diff --git a/systems/ll-latitude-e5591/home.nix b/systems/ll-latitude-e5591/home.nix index b4d0930..1d8ebe1 100644 --- a/systems/ll-latitude-e5591/home.nix +++ b/systems/ll-latitude-e5591/home.nix @@ -29,8 +29,48 @@ text = '' xrandr \ --output eDP-1 --off \ - --output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \ - --output DP-2-2 --mode 3840x2160 --rate 30 --primary + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate normal --right-of DP-2-1 \ + --output DP-2-1 --mode 3840x2160 --rate 30 --rotate normal --primary + i3-msg restart + ''; + }; + "latitude/minceraft" = { + executable = true; + text = '' + xrandr \ + --output eDP-1 --off \ + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate right --right-of DP-2-1 \ + --output DP-2-1 --mode 1920x1080 --rate 60 --rotate normal --primary + i3-msg restart + ''; + }; + "latitude/deskrotateright" = { + executable = true; + text = '' + xrandr \ + --output eDP-1 --off \ + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate right --right-of DP-2-1 \ + --output DP-2-1 --mode 3840x2160 --rate 30 --rotate normal --primary + i3-msg restart + ''; + }; + "latitude/deskrotateleft" = { + executable = true; + text = '' + xrandr \ + --output eDP-1 --off \ + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate normal --right-of DP-2-1 --primary \ + --output DP-2-1 --mode 3840x2160 --rate 30 --rotate left + i3-msg restart + ''; + }; + "latitude/deskrotateboth" = { + executable = true; + text = '' + xrandr \ + --output eDP-1 --off \ + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate right --right-of DP-2-1 \ + --output DP-2-1 --mode 3840x2160 --rate 30 --rotate left --primary i3-msg restart ''; }; @@ -39,8 +79,8 @@ text = '' xrandr \ --output eDP-1 --mode 1920x1080 --left-of DP-2-2 \ - --output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \ - --output DP-2-2 --mode 3840x2160 --rate 30 --primary + --output DP-2-2 --mode 3840x2160 --rate 30 --rotate normal --right-of DP-2-1 \ + --output DP-2-1 --mode 3840x2160 --rate 30 --rotate normal --primary i3-msg restart ''; }; @@ -55,5 +95,16 @@ i3-msg restart ''; }; + + "latitude/nvidia/desk" = { + executable = true; + text = '' + xrandr \ + --output eDP-1-1 --off \ + --output DP-1-2-1 --mode 3840x2160 --rate 30 --right-of DP-1-2-2 \ + --output DP-1-2-2 --mode 3840x2160 --rate 30 --primary + i3-msg restart + ''; + }; }; }