diff --git a/flake.lock b/flake.lock index bdc2db26..2bfa7101 100644 --- a/flake.lock +++ b/flake.lock @@ -122,6 +122,22 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1691871742, + "narHash": "sha256-6yDNjfbAMpwzWL4y75fxs6beXHRANfYX8BNSPjYehck=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "430a56dd16fe583a812b2df44dca002acab2f4f6", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1691853136, @@ -220,6 +236,7 @@ "inputs": { "home-manager": "home-manager", "lanzaboote": "lanzaboote", + "nixos-hardware": "nixos-hardware", "nur": "nur", "sops-nix": "sops-nix", "unstable-nixpkgs": "unstable-nixpkgs" diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 0d16b321..1c6ef89f 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -152,7 +152,7 @@ bind = $mainMod SHIFT, right, movetoworkspace, e+1 bind = $mainMod SHIFT, left, movetoworkspace, e-1 # Set up the FN keys: - bind = , + # Start the config: exec-once=bash ~/.config/hypr/start.sh @@ -172,4 +172,4 @@ ''; }; }; -} \ No newline at end of file +}