mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-21 21:33:09 +02:00
emacs stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
0c7b4ce497
commit
9cd11eef96
2 changed files with 25 additions and 18 deletions
|
@ -109,4 +109,8 @@
|
|||
(setq which-key-idle-secondary-delay 0.05)
|
||||
(which-key-mode)
|
||||
|
||||
(with-eval-after-load 'org
|
||||
(require 'edraw-org)
|
||||
(edraw-org-setup-default))
|
||||
|
||||
|
||||
|
|
|
@ -56,7 +56,9 @@ let
|
|||
doom-modeline
|
||||
which-key
|
||||
treesit-grammars.with-all-grammars
|
||||
el-easydraw
|
||||
# jabber
|
||||
geiser
|
||||
];
|
||||
});
|
||||
helix = inputs.helix.packages.${pkgs.system}.default;
|
||||
|
@ -163,32 +165,31 @@ in {
|
|||
virtualbox
|
||||
spotify
|
||||
appimage-run
|
||||
xivlauncher # No longer fails to build!
|
||||
# nixpkgs-master.xivlauncher # It's fixed on unstable, as well as master, but the unstable input doesn't get updated every 5 picoseconds
|
||||
# xivlauncher # No longer fails to build!
|
||||
prismlauncher
|
||||
ghostwriter
|
||||
skypeforlinux
|
||||
man-pages
|
||||
ckan
|
||||
cool-retro-term
|
||||
wofi
|
||||
hyprpaper
|
||||
alacritty
|
||||
tofi
|
||||
dunst
|
||||
# wofi
|
||||
# hyprpaper
|
||||
# alacritty
|
||||
# tofi
|
||||
# dunst
|
||||
wl-clipboard
|
||||
polkit-kde-agent
|
||||
grim
|
||||
hypr-contrib.grimblast
|
||||
hypr-contrib.scratchpad
|
||||
kitty
|
||||
waybar
|
||||
# grim
|
||||
# hypr-contrib.grimblast
|
||||
# hypr-contrib.scratchpad
|
||||
# kitty
|
||||
# waybar
|
||||
/*
|
||||
(eww-git.override {
|
||||
withWayland = true;
|
||||
})
|
||||
*/
|
||||
eww
|
||||
# eww
|
||||
# (eww.override { withWayland = true; })
|
||||
notify-desktop
|
||||
libnotify
|
||||
|
@ -197,7 +198,7 @@ in {
|
|||
libsForQt5.alligator
|
||||
thunderbird
|
||||
nh
|
||||
irssi
|
||||
# irssi
|
||||
syncthing
|
||||
# android-studio # literally proprietary bloat, I don't want that garbage on my system.
|
||||
flutter
|
||||
|
@ -209,22 +210,24 @@ in {
|
|||
fluffychat
|
||||
bitwarden
|
||||
akregator
|
||||
bitwarden
|
||||
# bitwarden
|
||||
# schildichat-desktop # apparently it uses a really old version of electron
|
||||
element-desktop
|
||||
xonsh
|
||||
kiwix
|
||||
htmlq
|
||||
lite
|
||||
heroic
|
||||
# heroic
|
||||
steam-run
|
||||
/*
|
||||
(lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.wine64Packages.stagingFull
|
||||
];
|
||||
})
|
||||
*/
|
||||
waypipe
|
||||
electron-mail
|
||||
# electron-mail
|
||||
hydroxide
|
||||
jujutsu
|
||||
gparted
|
||||
|
@ -232,7 +235,7 @@ in {
|
|||
(lib.hiPrio netcat-gnu)
|
||||
nmap
|
||||
browsh
|
||||
beeper # huge thanks to the true chad that packaged this
|
||||
# beeper
|
||||
halloy
|
||||
mtpaint
|
||||
fluent-reader
|
||||
|
|
Loading…
Reference in a new issue