[general] further improve immutability of KDE config

feat: add resources directory
feat: update KDE config
refactor: remove unused files
This commit is contained in:
Jo 2024-05-14 01:34:04 +02:00
parent bbe6ab62c4
commit cff1ca5701
13 changed files with 105 additions and 80 deletions

View file

@ -0,0 +1,27 @@
{
inputs,
lib,
config,
pkgs,
outputs,
...
}: {
imports = [
inputs.plasma-manager.homeManagerModules.plasma-manager
outputs.homeManagerModules.themes.gruvbox.plasma
];
home.packages = with pkgs; [
kdePackages.sierra-breeze-enhanced
kde-rounded-corners
];
# Plasma configuration
programs.plasma = {
enable = true;
workspace = {
clickItemTo = "select";
};
};
}

View file

@ -3,17 +3,15 @@
lib,
config,
pkgs,
outputs,
...
}: {
# You can import other home-manager modules here
imports = [
inputs.plasma-manager.homeManagerModules.plasma-manager
./desktop/kde.nix
];
nixpkgs = {
overlays = [];
# Configuring nixpkgs instance
config = {
allowUnfree = true;
@ -28,18 +26,8 @@
homeDirectory = "/home/jo";
};
# Plasma configuration
programs.plasma = {
enable = true;
workspace = {
clickItemTo = "select";
iconTheme = "Tela-blue-dark";
};
};
# General packages
home.packages = with pkgs; [
kdePackages.sierra-breeze-enhanced
spotify
qflipper
wineWowPackages.waylandFull
@ -50,7 +38,6 @@
teams-for-linux
enpass
thunderbird
kde-rounded-corners
];
# home.file.".config/gtk-4.0/gtk.css".source = "${orchis}/share/themes/Orchis-Green-Dark-Compact/gtk-4.0/gtk.css";