mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
plasma settings
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.homeModules.kde-usr-plasma-nadine = { ... }:
|
||||
flake.homeModules.kde-usr-plasma-nadine = { config, ... }:
|
||||
{
|
||||
imports = [ inputs.plasma-manager.homeModules.plasma-manager ];
|
||||
home.file."Code/.directory".source = ./dotfiles/code-folder;
|
||||
home.file.".config/haruna/haruna.conf".source = ./dotfiles/haruna-config;
|
||||
home.file.".local/share/user-places.xbel".source = ./dotfiles/userplaces-${hostName};
|
||||
home.file.".local/share/user-places.xbel".source = ./dotfiles/userplaces-nadine;
|
||||
home.file.".config/kde-material-you-colors/config.conf".source = ./dotfiles/kmyc-config;
|
||||
home.file.".config/autostart/kde-material-you-colors.desktop".source = ./dotfiles/kmyc-desktop;
|
||||
home.file.wallpaper = {
|
||||
|
||||
Reference in New Issue
Block a user