Compare commits
No commits in common. "5701f5107076699cb603a8f04791449a02dbcfb3" and "e7e1fa8e517da443af24e20225fe1bcdde96c330" have entirely different histories.
5701f51070
...
e7e1fa8e51
1 changed files with 4 additions and 21 deletions
|
@ -18,16 +18,6 @@
|
||||||
#}
|
#}
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
steam
|
steam
|
||||||
networkmanagerapplet
|
|
||||||
activitywatch
|
|
||||||
ngspice
|
|
||||||
hugo
|
|
||||||
kicad
|
|
||||||
okular
|
|
||||||
mupdf
|
|
||||||
libreoffice
|
|
||||||
hunspell
|
|
||||||
hunspellDicts.en_US
|
|
||||||
cider
|
cider
|
||||||
foot
|
foot
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
@ -35,6 +25,7 @@
|
||||||
librewolf
|
librewolf
|
||||||
neomutt
|
neomutt
|
||||||
dunst
|
dunst
|
||||||
|
mutt-wizard
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
msmtp
|
msmtp
|
||||||
|
@ -54,18 +45,10 @@
|
||||||
qt5ct
|
qt5ct
|
||||||
qt6ct
|
qt6ct
|
||||||
mpv
|
mpv
|
||||||
python311Packages.sympy
|
|
||||||
python311Packages.matplotlib
|
|
||||||
#steamvr?
|
#steamvr?
|
||||||
procps
|
procps
|
||||||
usbutils
|
usbutils
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
FOO = "BAR";
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#programs.hyprland.enable = true;
|
#programs.hyprland.enable = true;
|
||||||
# hyprland.homeManagerModules.default
|
# hyprland.homeManagerModules.default
|
||||||
#wayland.windowManager.hyprland.enable = true;
|
#wayland.windowManager.hyprland.enable = true;
|
||||||
|
@ -101,11 +84,11 @@
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
# Dumb mutt-wizard not updating in over a year
|
ExecStart = "${pkgs.mutt-wizard}/bin/mailsync";
|
||||||
ExecStart = "/home/stitchynyan/.config/mutt/mutt-wizard/bin/mailsync";
|
|
||||||
Environment = [
|
Environment = [
|
||||||
"SASL_PATH=/run/current-system/sw/lib/sasl2"
|
"SASL_PATH=/run/current-system/sw/lib/sasl2"
|
||||||
];
|
"LOGNAME=stitchynyan"
|
||||||
|
"USER=stitchynyan" ];
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "default.target" ];
|
Install.WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue