Compare commits

...

2 commits

Author SHA1 Message Date
5701f51070
everything up to date now? 2024-03-01 00:16:01 +00:00
7712a9c306
a mess 2024-03-01 00:14:43 +00:00

View file

@ -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,10 +54,18 @@
qt5ct
qt6ct
mpv
python311Packages.sympy
python311Packages.matplotlib
#steamvr?
procps
usbutils
];
home.sessionVariables = {
FOO = "BAR";
};
#programs.hyprland.enable = true;
# hyprland.homeManagerModules.default
#wayland.windowManager.hyprland.enable = true;
@ -84,11 +101,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" ];
};