resolve warnings

This commit is contained in:
2024-06-24 10:48:36 +08:00
parent e376302c52
commit 843abfbef9
6 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ inputs:
in builtins.concatLists (builtins.map (gpu: modules.${gpu}) gpus);
hardware =
{
opengl =
graphics =
{
enable = true;
extraPackages =

View File

@@ -6,7 +6,7 @@ inputs:
[
# basic tools
beep dos2unix gnugrep pv tmux screen parallel tldr cowsay jq zellij ipfetch localPackages.pslist
fastfetch reptyr nushellFull duc ncdu progress
fastfetch reptyr nushell duc ncdu progress
# lsxx
pciutils usbutils lshw util-linux lsof dmidecode lm_sensors
# top

View File

@@ -15,8 +15,8 @@ inputs:
right = [ "help" "keep-below-windows" "keep-above-windows" "minimize" "maximize" "close" ];
left = [ "more-window-actions" ];
};
virtualDesktops = { animation = "slide"; rows = 1; number = 6; };
effects.shakeCursor.enable = true;
virtualDesktops = { rows = 1; number = 6; };
effects = { shakeCursor.enable = true; desktopSwitching.animation = "slide"; };
};
windows.allowWindowsToRememberPositions = false;
configFile =

View File

@@ -7,7 +7,7 @@ inputs:
programs.plasma =
{
overrideConfig = true;
overrideConfigFiles = [ "konsolerc" "yakuakerc" ];
resetFiles = [ "konsolerc" "yakuakerc" ];
configFile =
{
yakuakerc =

View File

@@ -5,7 +5,7 @@ inputs:
home-manager.users.chn.config.programs.plasma =
{
overrideConfig = true;
overrideConfigFiles = [ "kglobalshortcutsrc" "khotkeysrc" ];
resetFiles = [ "kglobalshortcutsrc" "khotkeysrc" ];
spectacle.shortcuts.captureRectangularRegion = "Print";
shortcuts = inputs.lib.mkMerge
[

View File

@@ -9,7 +9,7 @@ inputs:
{
theme = "Utterly-Round";
colorScheme = "UtterlyNordLight";
cursorTheme = "Tela-circle-nord-light";
cursor.theme = "Tela-circle-nord-light";
lookAndFeel = "Utterly-Nord-Light";
# ~/.config/kdeglobals [Icons]
iconTheme = "Tela-circle-nord-light";