Update flake
This commit is contained in:
parent
2892f95427
commit
f47879b236
3 changed files with 47 additions and 32 deletions
|
|
@ -25,7 +25,21 @@ in
|
|||
users.${usr} = { config, osConfig, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
file.".local/share/fonts".source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
|
||||
file = {
|
||||
fonts = {
|
||||
enable = osConfig.programs.steam.enable;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
|
||||
target = ".local/share/fonts";
|
||||
};
|
||||
kvantum = {
|
||||
enable = config.programs.plasma.enable;
|
||||
target = ".config/Kvantum/kvantum.kvconfig";
|
||||
text = ''
|
||||
[General]
|
||||
theme=Sweet-Ambar-Blue
|
||||
'';
|
||||
};
|
||||
};
|
||||
packages = with pkgs; [
|
||||
dua
|
||||
fd
|
||||
|
|
@ -84,8 +98,8 @@ in
|
|||
};
|
||||
plasma = {
|
||||
configFile = {
|
||||
"kscreenlockerrc"."Daemon"."Autolock" = false;
|
||||
"kscreenlockerrc"."Greeter"."WallpaperPlugin" = "org.kde.potd";
|
||||
kscreenlockerrc.Daemon.Autolock = false;
|
||||
kscreenlockerrc.Greeter.WallpaperPlugin = "org.kde.potd";
|
||||
};
|
||||
spectacle.shortcuts.captureRectangularRegion = "Meta+Shift+S";
|
||||
workspace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue