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
|
# NVIDIA
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
driSupport = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
|
@ -109,11 +109,4 @@
|
||||||
(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))
|
|
||||||
|
|
||||||
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
|
|
||||||
|
|
||||||
(add-hook 'prog-mode-hoow 'rainbow-mode)
|
|
||||||
|
|
||||||
|
|
|
@ -56,11 +56,7 @@ let
|
||||||
doom-modeline
|
doom-modeline
|
||||||
which-key
|
which-key
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
el-easydraw
|
|
||||||
# jabber
|
# jabber
|
||||||
geiser
|
|
||||||
rainbow-delimiters
|
|
||||||
rainbow-mode
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
helix = inputs.helix.packages.${pkgs.system}.default;
|
helix = inputs.helix.packages.${pkgs.system}.default;
|
||||||
|
@ -167,31 +163,32 @@ 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
|
||||||
|
@ -200,7 +197,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
|
||||||
|
@ -212,24 +209,22 @@ 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
|
||||||
|
@ -237,7 +232,7 @@ in {
|
||||||
(lib.hiPrio netcat-gnu)
|
(lib.hiPrio netcat-gnu)
|
||||||
nmap
|
nmap
|
||||||
browsh
|
browsh
|
||||||
# beeper
|
beeper # huge thanks to the true chad that packaged this
|
||||||
halloy
|
halloy
|
||||||
mtpaint
|
mtpaint
|
||||||
fluent-reader
|
fluent-reader
|
||||||
|
|
Loading…
Reference in a new issue