Configured papirus icon theme through gtk
This commit is contained in:
parent
1dee97c4a4
commit
0640c6d503
12
home.nix
12
home.nix
|
|
@ -18,12 +18,22 @@ in
|
|||
size = 256;
|
||||
};
|
||||
|
||||
# Configure icon theme
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "Papirus";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
# Install packages
|
||||
home.packages = with pkgs;
|
||||
[ gcc tree-sitter ] ++ # Basic dev tools
|
||||
[ texliveFull ] ++ # Typesetting
|
||||
(with ocamlPackages; [ ocaml opam dune_3 dune-release merlin ocaml-lsp odoc ocamlformat utop ]) ++ # OCaml
|
||||
[ python3 ] ++ # I guess.....
|
||||
[ julia_18 ] ++ # Julia
|
||||
[ grim slurp wl-clipboard jq (callPackage ./pkgs/xdg-terminal-exec/xdg-terminal-exec.nix {}) blueman ] ++ # Basic utilities
|
||||
[ bitwarden-cli ] ++ # Personalized selection of command-line (CLI/TUI) apps
|
||||
[ terminal ] ++ # Terminal emulator
|
||||
|
|
@ -32,7 +42,7 @@ in
|
|||
[ (callPackage ./pkgs/mons/mons.nix {}) ] ++ # Games
|
||||
[ swaybg bemenu j4-dmenu-desktop fcitx5-with-addons ] ++ # Sway- and Wayland-related packages
|
||||
[ noto-fonts redhat-official-fonts overpass ibm-plex font-awesome ] ++ # Fonts
|
||||
[ papirus-icon-theme ] ++ # Icons
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
# [ vanilla-dmz ] ++ # Cursor
|
||||
[ ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue