diff --git a/home/Aloria.nix b/home/Aloria.nix index 746183a..a2c4ac2 100644 --- a/home/Aloria.nix +++ b/home/Aloria.nix @@ -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:${ diff --git a/home/firefox/files/Chrome/Cached Theme.pak b/home/firefox/files/Chrome/Cached Theme.pak index eeee946..c7a219e 100644 Binary files a/home/firefox/files/Chrome/Cached Theme.pak and b/home/firefox/files/Chrome/Cached Theme.pak differ diff --git a/home/nvim/default.nix b/home/nvim/default.nix index 0a85528..62fcf82 100644 --- a/home/nvim/default.nix +++ b/home/nvim/default.nix @@ -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"; diff --git a/home/utils/desktop.nix b/home/utils/desktop.nix index 5c9c8e4..0b9a2c5 100644 --- a/home/utils/desktop.nix +++ b/home/utils/desktop.nix @@ -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