forked from stitchy/dotfiles
a mess
This commit is contained in:
parent
f75b3bd85f
commit
7712a9c306
1 changed files with 21 additions and 4 deletions
|
@ -18,6 +18,16 @@
|
||||||
#}
|
#}
|
||||||
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
|
||||||
|
@ -25,7 +35,6 @@
|
||||||
librewolf
|
librewolf
|
||||||
neomutt
|
neomutt
|
||||||
dunst
|
dunst
|
||||||
mutt-wizard
|
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
msmtp
|
msmtp
|
||||||
|
@ -45,7 +54,15 @@
|
||||||
qt5ct
|
qt5ct
|
||||||
qt6ct
|
qt6ct
|
||||||
mpv
|
mpv
|
||||||
|
python311Packages.sympy
|
||||||
|
python311Packages.matplotlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
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;
|
||||||
|
@ -81,11 +98,11 @@
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
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 = [
|
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