hermes: Correctly and completely fox .gtkrc-2.0 file issue

This commit is contained in:
Payas Relekar 2023-09-15 20:45:32 +05:30
parent b508315c25
commit d87ab6af5b
2 changed files with 37 additions and 39 deletions

View file

@ -9,50 +9,42 @@
./emacs.nix
];
home = {
activation.gtk_2_0 = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
if [ -x "/home/payas/.gtkrc-2.0" ]; then
rm /home/payas/.gtkrc-2.0;
fi
'';
home.packages = with pkgs; [
# learn...things?
# anki
packages = with pkgs; [
# learn...things?
# anki
# security
keepassxc # password management
bitwarden # password management
rage # secrets management
# security
keepassxc # password management
bitwarden # password management
rage # secrets management
# apps
vlc
strawberry
picard # tag music tracks
firefox-wayland
nicotine-plus
# apps
vlc
strawberry
picard # tag music tracks
firefox-wayland
nicotine-plus
# utilities
youtube-dl
qbittorrent
digikam
okular
kcalc
ark # munging archives
unrar # So ark can open .rar files
spectacle
gwenview
kate
# utilities
youtube-dl
qbittorrent
digikam
okular
kcalc
ark # munging archives
unrar # So ark can open .rar files
spectacle
gwenview
kate
libreoffice # thoroughly average grown up stuff
libreoffice # thoroughly average grown up stuff
hugo
qpdf
hugo
qpdf
arianna # epub reader for plasma
kolourpaint # paint for plasma
];
};
arianna # epub reader for plasma
kolourpaint # paint for plasma
];
programs = {
go.enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
services = {
@ -36,6 +36,12 @@
qt.platformTheme = "kde";
system.activationScripts.remove_gtkrc_2_0.text = ''
if [ -f "/home/payas/.gtkrc-2.0" ]; then
rm /home/payas/.gtkrc-2.0;
fi
'';
nixpkgs = {
config = {
# Enable plasma integration