diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-02-03 17:31:26 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-02-03 17:31:26 +0530 |
| commit | 5837cac44aec2e5f5e3c033ecc6dac21cb794058 (patch) | |
| tree | 21022276c40cf6de6b5184b71364e514e831805e | |
| parent | 783b0263bf6a999b6a02a3459a771b88263f2af6 (diff) | |
bluetooth, added chrome and removed opacity changes in hyprland
| -rw-r--r-- | configuration.nix | 23 | ||||
| -rw-r--r-- | flake.lock | 24 | ||||
| -rwxr-xr-x | home.nix | 2 | ||||
| -rwxr-xr-x | hypr/hyprland.conf | 6 |
4 files changed, 40 insertions, 15 deletions
diff --git a/configuration.nix b/configuration.nix index 5b6a82e..37bdd8b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,28 @@ boot.kernelPackages = pkgs.linuxPackages_latest; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + # Shows battery charge of connected devices on supported + # Bluetooth adapters. Defaults to 'false'. + Experimental = true; + # When enabled other devices can connect faster to us, however + # the tradeoff is increased power consumption. Defaults to + # 'false'. + FastConnectable = true; + }; + Policy = { + # Enable all controllers when they are found. This includes + # adapters present on start as well as adapters that are plugged + # in later on. Defaults to 'true'. + AutoEnable = true; + }; + }; + }; + networking.hostName = "anand-mini"; networking.extraHosts = '' 192.168.1.26 homelab @@ -51,6 +73,7 @@ nixpkgs.config.allowUnfree = true; + services.blueman.enable = true; services.logind.settings.Login = { HandlePowerKey = "ignore"; LidSwitchIgnoreInhibited = "no"; @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1765042799, - "narHash": "sha256-G7UJDUNcuHm1n2EuA+2iKPNISSWoUgqk85ktncJoelo=", + "lastModified": 1768131442, + "narHash": "sha256-X+2RxD4+F8LBqvJNRh6FduRLU4a2SnZQ8a9BCN6Ty1E=", "owner": "AdnanHodzic", "repo": "auto-cpufreq", - "rev": "2e5c725be0a7da2c749a345e09f3df3b9ef8c209", + "rev": "046af28ffb4d719e3c360b3986750f187866d4a8", "type": "github" }, "original": { @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1767850634, - "narHash": "sha256-NAiR9fhHh+Hlw+NbEkf1TlJdBUtVuc+gKNAT8NRaOxY=", + "lastModified": 1768403989, + "narHash": "sha256-kyQ79xcrgdnP2Pl7IzPUDo9Rotb4FdmvUxSYy7GfsbY=", "owner": "nix-community", "repo": "home-manager", - "rev": "86e0f6f22791a82a694c946b0200662417624eb8", + "rev": "df6eeded8516d70bd9ece2f0c6904d9df8f3c04b", "type": "github" }, "original": { @@ -67,11 +67,11 @@ "scenefx": "scenefx" }, "locked": { - "lastModified": 1767838401, - "narHash": "sha256-eyp6ZplrPoSU5FC2SJSfdMhuIImbWjws+bT1E7+evR8=", + "lastModified": 1768307119, + "narHash": "sha256-u3T+FP/HBp13zTP0ybiHTIlMTvJS7gbqWNrEHYEa06M=", "owner": "DreamMaoMao", "repo": "mango", - "rev": "4efb8c5e06debc3a32a711e3508593cfd1e1fb48", + "rev": "764eb44b9b7231842aaed18773ad2499e215a3bd", "type": "github" }, "original": { @@ -82,11 +82,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767767207, - "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=", + "lastModified": 1768127708, + "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5912c1772a44e31bf1c63c0390b90501e5026886", + "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "type": "github" }, "original": { @@ -99,6 +99,8 @@ in libreoffice godot mgba + unrar + chrome ]; xdg.configFile = builtins.mapAttrs (name: subpath: { diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dc650a1..4f847fa 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -50,8 +50,8 @@ dwindle { decoration { rounding = 10 - active_opacity = 1.0 - inactive_opacity = 0.8 + # active_opacity = 1.0 + # inactive_opacity = 0.8 blur { enabled = false } @@ -84,7 +84,7 @@ misc { input { kb_layout = us # kb_options = caps:swapescape - follow_mouse = 0 + follow_mouse = 1 sensitivity = -0.1 touchpad { natural_scroll = true |
