Update flake

This commit is contained in:
Invariantspace 2024-06-16 17:05:31 -07:00
parent 2892f95427
commit f47879b236
No known key found for this signature in database
GPG key ID: EBC4A20067373921
3 changed files with 47 additions and 32 deletions

View file

@ -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 = {