This commit is contained in:
joygnu 2024-07-16 11:59:12 +02:00
parent e7d60e71c3
commit 4f6b1c297c
4 changed files with 16 additions and 12 deletions

View file

@ -8,6 +8,9 @@ in
".local/share/icons/GruvboxPlus".source = "${gruvboxPlus}";
};
qt.enable = true;
qt.style.name = "adwaita-dark";
gtk.enable = true;
gtk.iconTheme.package = gruvboxPlus;
gtk.iconTheme.name = "GruvboxPlus";

View file

@ -5,7 +5,6 @@
swww
wl-clipboard
cliphist
lxqt.lxqt-policykit
grim
slurp
hyprpicker
@ -32,6 +31,8 @@
env = [
"HYPRCURSOR_THEME = Bibata-Modern-Ice"
"HYPRCURSOR_SIZE = 24"
"QT_QPA_PLATFORMTHEME,gtk2"
"QT_STYLE_OVERRIDE,gtk2"
];
exec-once = [

View file

@ -2,13 +2,16 @@
{ ... }:
{
home.username = "joy";
home.homeDirectory = "/home/joy";
home.stateVersion = "23.11";
home = {
username = "joy";
homeDirectory = "/home/joy";
stateVersion = "23.11";
sessionVariables = {
EDITOR = "nvim";
};
};
programs.home-manager.enable = true;
home.sessionVariables = {
EDITOR = "nvim";
};
xdg.mimeApps.defaultApplications = {
"text/plain" = ["neovide.desktop"];

View file

@ -35,9 +35,7 @@
cmus
obs-studio
#gui stuff
ark
vesktop
keepassxc
signal-desktop
upscayl
cinnamon.nemo
@ -50,10 +48,7 @@
gnome-disk-utility
gnome-secrets
#random shit
brightnessctl
gnat14
htop
libgccjit
zulu17
screen
tree
@ -67,5 +62,7 @@
distrobox
vim
font-awesome
#laptop
brightnessctl
];
}