wm-common: install some theming stuff
This commit is contained in:
parent
7859359a50
commit
aceb8a70bd
@ -10,6 +10,22 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# Common options for standalone window managers; many of these (or
|
# Common options for standalone window managers; many of these (or
|
||||||
# alternatives thereof) are pulled in by desktop environments.
|
# alternatives thereof) are pulled in by desktop environments.
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
qt5ct
|
||||||
|
qt6ct
|
||||||
|
swaybg
|
||||||
|
swayidle
|
||||||
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
|
pcmanfm
|
||||||
|
|
||||||
|
# very consistent
|
||||||
|
(catppuccin-papirus-folders.override {accent = "mauve"; flavor = "mocha"; })
|
||||||
|
(pkgs.catppuccin-kvantum.override {accent = "Mauve"; variant = "Mocha"; })
|
||||||
|
catppuccin-cursors.mochaMauve
|
||||||
|
|
||||||
|
arc-theme
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
swaylock = {
|
swaylock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -86,6 +86,9 @@ in
|
|||||||
outputs.packages."${pkgs.system}".atool
|
outputs.packages."${pkgs.system}".atool
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Needed for Kvantum themes to be detected
|
||||||
|
environment.pathsToLink = [ "/share/Kvantum" ];
|
||||||
|
|
||||||
programs.neovim.defaultEditor = lib.mkDefault true;
|
programs.neovim.defaultEditor = lib.mkDefault true;
|
||||||
|
|
||||||
programs.ssh.enableAskPassword = lib.mkDefault false;
|
programs.ssh.enableAskPassword = lib.mkDefault false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user