mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-24 14:43:09 +02:00
Compare commits
No commits in common. "2004523cabaa6c2ee7aff73d9625375da1fabdde" and "0c7b4ce497bc568f3909f9a95038142ab40ca44d" have entirely different histories.
2004523cab
...
0c7b4ce497
3 changed files with 20 additions and 30 deletions
|
@ -197,6 +197,8 @@ in {
|
|||
# NVIDIA
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
|
|
@ -109,11 +109,4 @@
|
|||
(setq which-key-idle-secondary-delay 0.05)
|
||||
(which-key-mode)
|
||||
|
||||
(with-eval-after-load 'org
|
||||
(require 'edraw-org)
|
||||
(edraw-org-setup-default))
|
||||
|
||||
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
|
||||
|
||||
(add-hook 'prog-mode-hoow 'rainbow-mode)
|
||||
|
||||
|
|
|
@ -56,11 +56,7 @@ let
|
|||
doom-modeline
|
||||
which-key
|
||||
treesit-grammars.with-all-grammars
|
||||
el-easydraw
|
||||
# jabber
|
||||
geiser
|
||||
rainbow-delimiters
|
||||
rainbow-mode
|
||||
];
|
||||
});
|
||||
helix = inputs.helix.packages.${pkgs.system}.default;
|
||||
|
@ -167,31 +163,32 @@ in {
|
|||
virtualbox
|
||||
spotify
|
||||
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
|
||||
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
|
||||
|
@ -200,7 +197,7 @@ in {
|
|||
libsForQt5.alligator
|
||||
thunderbird
|
||||
nh
|
||||
# irssi
|
||||
irssi
|
||||
syncthing
|
||||
# android-studio # literally proprietary bloat, I don't want that garbage on my system.
|
||||
flutter
|
||||
|
@ -212,24 +209,22 @@ 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
|
||||
|
@ -237,7 +232,7 @@ in {
|
|||
(lib.hiPrio netcat-gnu)
|
||||
nmap
|
||||
browsh
|
||||
# beeper
|
||||
beeper # huge thanks to the true chad that packaged this
|
||||
halloy
|
||||
mtpaint
|
||||
fluent-reader
|
||||
|
|
Loading…
Reference in a new issue