Fri 9 Aug 12:15:22 CEST 2024
This commit is contained in:
parent
19a0cdc50e
commit
0f36df1718
|
@ -22,6 +22,7 @@
|
|||
file
|
||||
zip
|
||||
yubioath-flutter
|
||||
obsidian
|
||||
];
|
||||
|
||||
services.hyprpaper = {
|
||||
|
@ -44,8 +45,8 @@
|
|||
monitor = [
|
||||
"eDP-1,1920x1080@144,0x0,1"
|
||||
"eDP-2,1920x1080@144,0x0,1"
|
||||
"HDMI-A-2,1920x1080@60,0x-1080,1"
|
||||
"HDMI-A-1,1920x1080@60,0x-1080,1"
|
||||
# "HDMI-A-2,1920x1080@60,0x-1080,1"
|
||||
# "HDMI-A-1,1920x1080@60,0x-1080,1"
|
||||
];
|
||||
bind = [
|
||||
", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${
|
||||
|
|
Binary file not shown.
|
@ -47,17 +47,17 @@
|
|||
|
||||
home.file.".clang-tidy".text = ''
|
||||
Checks: "*,
|
||||
-abseil-*,
|
||||
-altera-*,
|
||||
-android-*,
|
||||
-fuchsia-*,
|
||||
-google-*,
|
||||
-llvm*,
|
||||
-zircon-*,
|
||||
-bugprone-easily-swappable-parameters
|
||||
-abseil-*,
|
||||
-altera-*,
|
||||
-android-*,
|
||||
-fuchsia-*,
|
||||
-google-*,
|
||||
-llvm*,
|
||||
-zircon-*,
|
||||
-bugprone-easily-swappable-parameters
|
||||
-readability-identifier-length
|
||||
-readability-avoid-const-params-in-decls,
|
||||
-readability-magic-numbers
|
||||
-readability-magic-numbers
|
||||
-bugprone-narrowing-conversions
|
||||
-modernize-use-trailing-return-type
|
||||
-cppcoreguidelines-pro-type-union-access
|
||||
|
@ -69,9 +69,9 @@
|
|||
-readability-uppercase-literal-suffix
|
||||
-readability-named-parameter
|
||||
-performance-avoid-endl"
|
||||
WarningsAsErrors: '''
|
||||
HeaderFilterRegex: '''
|
||||
FormatStyle: none
|
||||
WarningsAsErrors: '''
|
||||
HeaderFilterRegex: '''
|
||||
FormatStyle: none
|
||||
'';
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
(import ./common.nix { inherit inputs config pkgs; })
|
||||
(import ../hyprland { inherit inputs pkgs; })
|
||||
(import ../ags { inherit inputs config pkgs; })
|
||||
(import ../walker { inherit inputs config pkgs; })
|
||||
../rofi
|
||||
../alacritty
|
||||
../kitty
|
||||
|
|
Loading…
Reference in New Issue