mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(fischer): drop cvc5 + move to emacs-pgtk
This commit is contained in:
parent
02c648ce62
commit
45689db6f3
1 changed files with 10 additions and 2 deletions
|
@ -16,6 +16,16 @@
|
|||
luj.emails.enable = true;
|
||||
luj.programs.hyprland.enable = true;
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs30-pgtk;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.mu4e
|
||||
];
|
||||
};
|
||||
|
||||
programs.mu.enable = true;
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
@ -35,7 +45,6 @@
|
|||
jq
|
||||
lazygit
|
||||
fira-code
|
||||
emacs29-pgtk
|
||||
feh
|
||||
meld
|
||||
vlc
|
||||
|
@ -55,7 +64,6 @@
|
|||
step-cli
|
||||
gh
|
||||
gh-dash
|
||||
cvc5
|
||||
signal-desktop
|
||||
scli
|
||||
texlive.combined.scheme-full
|
||||
|
|
Loading…
Add table
Reference in a new issue