From 35cef3a14516bb0aa450204fb24d398d884b047f Mon Sep 17 00:00:00 2001 From: lucy Date: Sat, 6 Dec 2025 21:03:56 +0100 Subject: [PATCH] clangd fix --- compile_commands.json | 0 configuration.nix | 0 flake.lock | 0 flake.nix | 0 hardware-configuration.nix | 47 ++++++++++++++----------------------- home/home.nix | 0 home/hyprland.nix | 8 +++---- home/nixvim/coding.nix | 6 +++-- home/nixvim/keymaps.nix | 0 home/nixvim/nixvim.nix | 0 home/nixvim/plugins.nix | 0 home/programs.nix | 1 - home/stylix.nix | 0 home/wallpaper.png | Bin home/waybar.nix | 0 stylix.nix | 2 +- 16 files changed, 26 insertions(+), 38 deletions(-) mode change 100644 => 100755 compile_commands.json mode change 100644 => 100755 configuration.nix mode change 100644 => 100755 flake.lock mode change 100644 => 100755 flake.nix mode change 100644 => 100755 home/home.nix mode change 100644 => 100755 home/hyprland.nix mode change 100644 => 100755 home/nixvim/coding.nix mode change 100644 => 100755 home/nixvim/keymaps.nix mode change 100644 => 100755 home/nixvim/nixvim.nix mode change 100644 => 100755 home/nixvim/plugins.nix mode change 100644 => 100755 home/programs.nix mode change 100644 => 100755 home/stylix.nix mode change 100644 => 100755 home/wallpaper.png mode change 100644 => 100755 home/waybar.nix mode change 100644 => 100755 stylix.nix diff --git a/compile_commands.json b/compile_commands.json old mode 100644 new mode 100755 diff --git a/configuration.nix b/configuration.nix old mode 100644 new mode 100755 diff --git a/flake.lock b/flake.lock old mode 100644 new mode 100755 diff --git a/flake.nix b/flake.nix old mode 100644 new mode 100755 diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 7c37917..2660439 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,45 +1,32 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ - config, - lib, - pkgs, - modulesPath, - ... -}: +{ config, lib, pkgs, modulesPath, ... }: { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; + imports = + [ (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ - "xhci_pci" - "nvme" - "usb_storage" - "sd_mod" - "sdhci_pci" - ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = { - device = "/dev/disk/by-uuid/c16b01ac-175e-4b33-b0e6-6e3324e5d3a7"; - fsType = "ext4"; - }; + fileSystems."/" = + { device = "/dev/disk/by-uuid/79902d1f-89b1-44d3-83b0-fb7e3081b729"; + fsType = "ext4"; + }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/FB24-02BA"; - fsType = "vfat"; - options = [ - "fmask=0077" - "dmask=0077" + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/D839-722E"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/efdb9d57-daee-4fb5-82d3-84cf3820704f"; } ]; - }; - - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/home/home.nix b/home/home.nix old mode 100644 new mode 100755 diff --git a/home/hyprland.nix b/home/hyprland.nix old mode 100644 new mode 100755 index 4f5d27f..a7e27ef --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -12,9 +12,9 @@ }; decoration = { - rounding = 0; + rounding = 15; blur = { - enabled = false; + enabled = true; size = 3; passes = 2; ignore_opacity = 0; @@ -38,9 +38,9 @@ "fadeIn, 1, 5, overshot" "fadeOut, 1, 5, overshot" "fadeDim, 1, 5, overshot" - "windows, 0, 1, smoothIn, gnomed" + "windows, 1, 1, smoothIn, popin" "border, 1, 10, default" - "workspaces, 1, 6, overshot, fade" + "workspaces, 1, 6, overshot, slide" "specialWorkspace, 1, 8, smoothOut, slidevert" ]; }; diff --git a/home/nixvim/coding.nix b/home/nixvim/coding.nix old mode 100644 new mode 100755 index 5fccd28..be7751d --- a/home/nixvim/coding.nix +++ b/home/nixvim/coding.nix @@ -12,8 +12,10 @@ servers = { bashls.enable = true; - clangd.enable = true; - clangd.package = null; + clangd = { + package = null; + enable = true; + }; nixd.enable = true; }; }; diff --git a/home/nixvim/keymaps.nix b/home/nixvim/keymaps.nix old mode 100644 new mode 100755 diff --git a/home/nixvim/nixvim.nix b/home/nixvim/nixvim.nix old mode 100644 new mode 100755 diff --git a/home/nixvim/plugins.nix b/home/nixvim/plugins.nix old mode 100644 new mode 100755 diff --git a/home/programs.nix b/home/programs.nix old mode 100644 new mode 100755 index 1cd6091..1250003 --- a/home/programs.nix +++ b/home/programs.nix @@ -20,7 +20,6 @@ ripgrep gnumake stlink - gcc-arm-embedded ]; programs.git = { enable = true; diff --git a/home/stylix.nix b/home/stylix.nix old mode 100644 new mode 100755 diff --git a/home/wallpaper.png b/home/wallpaper.png old mode 100644 new mode 100755 diff --git a/home/waybar.nix b/home/waybar.nix old mode 100644 new mode 100755 diff --git a/stylix.nix b/stylix.nix old mode 100644 new mode 100755 index e62e958..de1d313 --- a/stylix.nix +++ b/stylix.nix @@ -23,7 +23,7 @@ stylix = { enable = true; autoEnable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; polarity = "dark"; image = ./home/wallpaper.png; fonts = {