diff --git a/configuration.nix b/configuration.nix index 659a0b7..c02b278 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,4 +59,5 @@ environment.etc.nixosFlakeName.text = "${flakeName}"; + programs.hyprland.enable = true; } diff --git a/flake.lock b/flake.lock index b46d121..0ed99c5 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1729753754, - "narHash": "sha256-eOr9ZXL68i27i2Xd+UHM95OBUFCEClEvqMbEACsIFMg=", + "lastModified": 1729915395, + "narHash": "sha256-fD9q0wKTRyem5EYO7pt2FfgDUK/0bkR8Mitq2KaZxA0=", "owner": "rycee", "repo": "nur-expressions", - "rev": "88c24cff42f478f2d32685d4e2a7be246214294d", + "rev": "f4a24161dbb580dc91bc59dc54b2d81308a71610", "type": "gitlab" }, "original": { @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1729716953, - "narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", + "lastModified": 1729894599, + "narHash": "sha256-nL9nzNE5/re/P+zOv7NX6bRm5e+DeS1HIufQUJ01w20=", "owner": "nix-community", "repo": "home-manager", - "rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", + "rev": "93435d27d250fa986bfec6b2ff263161ff8288cb", "type": "github" }, "original": { diff --git a/hosts/laptop.nix b/hosts/laptop.nix index 8a71356..3d99b07 100644 --- a/hosts/laptop.nix +++ b/hosts/laptop.nix @@ -10,6 +10,9 @@ networking.wireless.enable = true; networking.networkmanager.enable = false; + networking.firewall.allowedTCPPorts = [ 11470 12470 80 ]; + networking.firewall.allowedUDPPorts = [ 11470 12470 80 ]; + environment.systemPackages = with pkgs; [ acpi tlp @@ -25,5 +28,4 @@ services.libinput.touchpad.tapping = false; hardware.bluetooth.enable = true; - }