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}"; ".local/share/icons/GruvboxPlus".source = "${gruvboxPlus}";
}; };
qt.enable = true;
qt.style.name = "adwaita-dark";
gtk.enable = true; gtk.enable = true;
gtk.iconTheme.package = gruvboxPlus; gtk.iconTheme.package = gruvboxPlus;
gtk.iconTheme.name = "GruvboxPlus"; gtk.iconTheme.name = "GruvboxPlus";

View file

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

View file

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

View file

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