add readme and try fix gtk4 theming
This commit is contained in:
parent
a00aed15d1
commit
65ce9f116d
3 changed files with 25 additions and 11 deletions
3
gunther/README.md
Normal file
3
gunther/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Gunther
|
||||
My home setup.
|
||||
![neofetch screenshot](specs.png)
|
|
@ -13,6 +13,13 @@
|
|||
home.packages = with pkgs; [
|
||||
# theme for gtk applications
|
||||
orchis-theme
|
||||
(catppuccin-gtk.override {
|
||||
accents = [ "flamingo" ];
|
||||
size = "compact";
|
||||
tweaks = [ "rimless" "black" ];
|
||||
variant = "macchiato";
|
||||
})
|
||||
|
||||
nextcloud-client
|
||||
ausweisapp
|
||||
|
||||
|
@ -20,7 +27,6 @@
|
|||
z3
|
||||
|
||||
# stuff
|
||||
tidal-hifi
|
||||
jq
|
||||
vlc
|
||||
openvpn
|
||||
|
@ -44,12 +50,8 @@
|
|||
# development
|
||||
jetbrains.idea-ultimate
|
||||
gnumake
|
||||
# texliveFull
|
||||
# texlive.combined.scheme-full
|
||||
# ltex-ls
|
||||
ghostscript
|
||||
jdk11
|
||||
coq
|
||||
gcc
|
||||
haskell.compiler.ghc981
|
||||
cabal-install
|
||||
|
@ -78,27 +80,24 @@
|
|||
inputs.hyprland-contrib.packages.${pkgs.system}.grimblast
|
||||
bluez
|
||||
htop
|
||||
archiver
|
||||
gnome.file-roller
|
||||
discord
|
||||
zip
|
||||
# emacs
|
||||
shellcheck
|
||||
|
||||
# yubikey
|
||||
yubico-pam
|
||||
yubikey-manager
|
||||
|
||||
# agda
|
||||
# proof assistants
|
||||
(agda.withPackages [
|
||||
agdaPackages.standard-library
|
||||
agdaPackages.agda-categories
|
||||
])
|
||||
|
||||
coq
|
||||
lean4
|
||||
|
||||
# for emacs
|
||||
texlab
|
||||
shellcheck
|
||||
];
|
||||
|
||||
xdg.configHome = /home/leonv/.config;
|
||||
|
@ -146,6 +145,9 @@
|
|||
font = {
|
||||
name = "NotoSans Nerd Font";
|
||||
};
|
||||
gtk3 = {
|
||||
extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
};
|
||||
home.sessionVariables.GTK_THEME = "Catppuccin-Macchiato-Compact-Flamingo-Dark";
|
||||
home.sessionPath = [ "$HOME/.config/emacs/bin" ];
|
||||
|
@ -154,5 +156,14 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
|
||||
dconf.settings = {
|
||||
# GTK4 Setup
|
||||
"org/gnome/desktop/interface" = {
|
||||
gtk-theme = "Catppuccin-Macchiato-Compact-Flamingo-Dark";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
services.mpris-proxy.enable = true;
|
||||
}
|
||||
|
|
BIN
gunther/specs.png
Normal file
BIN
gunther/specs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
Loading…
Reference in a new issue