diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-14 00:52:58 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-14 00:52:58 -0500 |
| commit | 40e1b495d8e26352d2c54efa92aa65bdce61ac14 (patch) | |
| tree | 88601b6cd4ed3b444b9c5fb0f4488343762d8c9c | |
| parent | update commits (nvidia brokie) (diff) | |
| download | dotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.tar.gz dotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.tar.bz2 dotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.zip | |
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 34 | ||||
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | home/desktops/hyprland/settings.nix | 6 | ||||
| -rw-r--r-- | hosts/thinkpad/default.nix | 6 |
4 files changed, 23 insertions, 27 deletions
@@ -48,11 +48,11 @@ ] }, "locked": { - "lastModified": 1770411700, - "narHash": "sha256-VpeOlyospHF+vxE+xEGEy0utMN0d/FUDvD2dOg9ZiIo=", + "lastModified": 1770895474, + "narHash": "sha256-JBcrq1Y0uw87VZdYsByVbv+GBuT6ECaCNb9txLX9UuU=", "owner": "hyprwm", "repo": "aquamarine", - "rev": "b91f570bb7885df9e4a512d6e95a13960a5bdca0", + "rev": "a494d50d32b5567956b558437ceaa58a380712f7", "type": "github" }, "original": { @@ -206,11 +206,11 @@ ] }, "locked": { - "lastModified": 1771018093, - "narHash": "sha256-STUF5x1eQNKrhGn53WH1GpzBCsG719yl5rYnm7+1c4I=", + "lastModified": 1771037579, + "narHash": "sha256-NX5XuhGcsmk0oEII2PEtMRgvh2KaAv3/WWQsOpxAgR4=", "owner": "nix-community", "repo": "home-manager", - "rev": "26dfad95d92c50a56ce708f4256bf720bb30a630", + "rev": "05e6dc0f6ed936f918cb6f0f21f1dad1e4c53150", "type": "github" }, "original": { @@ -227,16 +227,16 @@ ] }, "locked": { - "lastModified": 1767957561, - "narHash": "sha256-N0kFdc6tSE0yFeQ/Iit3KNrz4nf2K5xvP3juL7SUyhc=", + "lastModified": 1769305838, + "narHash": "sha256-f052D0lVIKCSiBVcOaw8/L5L8nF1z/WjWOMfkRGQKRo=", "owner": "outfoxxed", "repo": "hy3", - "rev": "3287049e79e9e51431de8c09f9192a18afa1bf35", + "rev": "962580115a99d5fb29c22ae4098353cf39a56e6f", "type": "github" }, "original": { "owner": "outfoxxed", - "ref": "hl0.53.0", + "ref": "master", "repo": "hy3", "type": "github" } @@ -318,17 +318,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1770847038, - "narHash": "sha256-N/5+LCv0P4NY9G8WwBXumI+KQb3x/uiJmjoCiNyWy8U=", + "lastModified": 1771026735, + "narHash": "sha256-vIzZ1Pb1o9xOXwGTdr09vRwGFgD/II6ZnGpnCfl8zz8=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "cb7fa993720a6f2d25d0b4a611f23576f191e312", + "rev": "e80f705d76d4dbe836e0f57aadea994a624ac63e", "type": "github" }, "original": { "owner": "hyprwm", + "ref": "main", "repo": "Hyprland", - "rev": "cb7fa993720a6f2d25d0b4a611f23576f191e312", "type": "github" } }, @@ -669,11 +669,11 @@ ] }, "locked": { - "lastModified": 1769939035, - "narHash": "sha256-Fok2AmefgVA0+eprw2NDwqKkPGEI5wvR+twiZagBvrg=", + "lastModified": 1770726378, + "narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "a8ca480175326551d6c4121498316261cbb5b260", + "rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae", "type": "github" }, "original": { @@ -8,13 +8,13 @@ home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # hyprland - hyprland.url = "github:hyprwm/Hyprland/cb7fa993720a6f2d25d0b4a611f23576f191e312"; + hyprland.url = "github:hyprwm/Hyprland/main"; hyprland.inputs.nixpkgs.follows = "nixpkgs"; # hyprland plugins hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.53.0"; hyprland-plugins.inputs.hyprland.follows = "hyprland"; # hyprland hy3 - hy3.url = "github:outfoxxed/hy3/hl0.53.0"; + hy3.url = "github:outfoxxed/hy3/master"; hy3.inputs.hyprland.follows = "hyprland"; # sops sops-nix.url = "github:Mic92/sops-nix"; diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index 5458dc8..98fc12b 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -103,12 +103,6 @@ sensitivity = 0; }; - # Window rules - windowrulev2 = [ - "float,workspace 1,forclass wofi" - "noborder,forclass wofi" - ]; - # Layer rules layerrule = [ # fix weird borders diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 09a7bc9..5560fb4 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -11,14 +11,15 @@ _: { hostName = "thinkpad"; monitors = [ { - name = "eDP-1"; + port = "eDP-1"; + laptop = true; scale = 1.0; } ]; # modules apps = { - astal.enable = true; + caelestia.enable = true; hyprlock.enable = true; kitty.enable = true; }; @@ -38,6 +39,7 @@ _: { # modules battery = true; bluetooth = true; + network = true; fingerprint = true; tpm = true; } |