From 7712a9c306892e0dcf8b849186824292c9dc2c96 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 1 Mar 2024 00:14:43 +0000 Subject: [PATCH] a mess --- users/stitchynyan/home.nix | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index 13ca684..cab10e5 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -18,6 +18,16 @@ #} home.packages = with pkgs; [ steam + networkmanagerapplet + activitywatch + ngspice + hugo + kicad + okular + mupdf + libreoffice + hunspell + hunspellDicts.en_US cider foot prismlauncher @@ -25,7 +35,6 @@ librewolf neomutt dunst - mutt-wizard pass isync msmtp @@ -45,7 +54,15 @@ qt5ct qt6ct mpv + python311Packages.sympy + python311Packages.matplotlib ]; + + home.sessionVariables = { + FOO = "BAR"; + + }; + #programs.hyprland.enable = true; # hyprland.homeManagerModules.default #wayland.windowManager.hyprland.enable = true; @@ -81,11 +98,11 @@ }; Service = { Type = "oneshot"; - ExecStart = "${pkgs.mutt-wizard}/bin/mailsync"; + # Dumb mutt-wizard not updating in over a year + ExecStart = "/home/stitchynyan/.config/mutt/mutt-wizard/bin/mailsync"; Environment = [ "SASL_PATH=/run/current-system/sw/lib/sasl2" - "LOGNAME=stitchynyan" - "USER=stitchynyan" ]; + ]; }; Install.WantedBy = [ "default.target" ]; };