mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
resolve warnings
This commit is contained in:
@@ -40,7 +40,7 @@ inputs:
|
||||
in builtins.concatLists (builtins.map (gpu: modules.${gpu}) gpus);
|
||||
hardware =
|
||||
{
|
||||
opengl =
|
||||
graphics =
|
||||
{
|
||||
enable = true;
|
||||
extraPackages =
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
@@ -7,7 +7,7 @@ inputs:
|
||||
programs.plasma =
|
||||
{
|
||||
overrideConfig = true;
|
||||
overrideConfigFiles = [ "konsolerc" "yakuakerc" ];
|
||||
resetFiles = [ "konsolerc" "yakuakerc" ];
|
||||
configFile =
|
||||
{
|
||||
yakuakerc =
|
||||
|
||||
@@ -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
|
||||
[
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user