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)
|
(setq which-key-idle-secondary-delay 0.05)
|
||||||
(which-key-mode)
|
(which-key-mode)
|
||||||
|
|
||||||
|
(with-eval-after-load 'org
|
||||||
|
(require 'edraw-org)
|
||||||
|
(edraw-org-setup-default))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,9 @@ let
|
||||||
doom-modeline
|
doom-modeline
|
||||||
which-key
|
which-key
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
|
el-easydraw
|
||||||
# jabber
|
# jabber
|
||||||
|
geiser
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
helix = inputs.helix.packages.${pkgs.system}.default;
|
helix = inputs.helix.packages.${pkgs.system}.default;
|
||||||
|
@ -163,32 +165,31 @@ in {
|
||||||
virtualbox
|
virtualbox
|
||||||
spotify
|
spotify
|
||||||
appimage-run
|
appimage-run
|
||||||
xivlauncher # No longer fails to build!
|
# 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
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
ghostwriter
|
ghostwriter
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
man-pages
|
man-pages
|
||||||
ckan
|
ckan
|
||||||
cool-retro-term
|
cool-retro-term
|
||||||
wofi
|
# wofi
|
||||||
hyprpaper
|
# hyprpaper
|
||||||
alacritty
|
# alacritty
|
||||||
tofi
|
# tofi
|
||||||
dunst
|
# dunst
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
grim
|
# grim
|
||||||
hypr-contrib.grimblast
|
# hypr-contrib.grimblast
|
||||||
hypr-contrib.scratchpad
|
# hypr-contrib.scratchpad
|
||||||
kitty
|
# kitty
|
||||||
waybar
|
# waybar
|
||||||
/*
|
/*
|
||||||
(eww-git.override {
|
(eww-git.override {
|
||||||
withWayland = true;
|
withWayland = true;
|
||||||
})
|
})
|
||||||
*/
|
*/
|
||||||
eww
|
# eww
|
||||||
# (eww.override { withWayland = true; })
|
# (eww.override { withWayland = true; })
|
||||||
notify-desktop
|
notify-desktop
|
||||||
libnotify
|
libnotify
|
||||||
|
@ -197,7 +198,7 @@ in {
|
||||||
libsForQt5.alligator
|
libsForQt5.alligator
|
||||||
thunderbird
|
thunderbird
|
||||||
nh
|
nh
|
||||||
irssi
|
# irssi
|
||||||
syncthing
|
syncthing
|
||||||
# android-studio # literally proprietary bloat, I don't want that garbage on my system.
|
# android-studio # literally proprietary bloat, I don't want that garbage on my system.
|
||||||
flutter
|
flutter
|
||||||
|
@ -209,22 +210,24 @@ in {
|
||||||
fluffychat
|
fluffychat
|
||||||
bitwarden
|
bitwarden
|
||||||
akregator
|
akregator
|
||||||
bitwarden
|
# bitwarden
|
||||||
# schildichat-desktop # apparently it uses a really old version of electron
|
# schildichat-desktop # apparently it uses a really old version of electron
|
||||||
element-desktop
|
element-desktop
|
||||||
xonsh
|
xonsh
|
||||||
kiwix
|
kiwix
|
||||||
htmlq
|
htmlq
|
||||||
lite
|
lite
|
||||||
heroic
|
# heroic
|
||||||
steam-run
|
steam-run
|
||||||
|
/*
|
||||||
(lutris.override {
|
(lutris.override {
|
||||||
extraPkgs = pkgs: [
|
extraPkgs = pkgs: [
|
||||||
pkgs.wine64Packages.stagingFull
|
pkgs.wine64Packages.stagingFull
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
waypipe
|
waypipe
|
||||||
electron-mail
|
# electron-mail
|
||||||
hydroxide
|
hydroxide
|
||||||
jujutsu
|
jujutsu
|
||||||
gparted
|
gparted
|
||||||
|
@ -232,7 +235,7 @@ in {
|
||||||
(lib.hiPrio netcat-gnu)
|
(lib.hiPrio netcat-gnu)
|
||||||
nmap
|
nmap
|
||||||
browsh
|
browsh
|
||||||
beeper # huge thanks to the true chad that packaged this
|
# beeper
|
||||||
halloy
|
halloy
|
||||||
mtpaint
|
mtpaint
|
||||||
fluent-reader
|
fluent-reader
|
||||||
|
|
Loading…
Reference in a new issue