Test
This commit is contained in:
parent
372aac6d32
commit
d8114ff2eb
2 changed files with 19 additions and 2 deletions
17
flake.lock
17
flake.lock
|
@ -122,6 +122,22 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691853136,
|
"lastModified": 1691853136,
|
||||||
|
@ -220,6 +236,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"lanzaboote": "lanzaboote",
|
"lanzaboote": "lanzaboote",
|
||||||
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
"unstable-nixpkgs": "unstable-nixpkgs"
|
"unstable-nixpkgs": "unstable-nixpkgs"
|
||||||
|
|
|
@ -152,7 +152,7 @@
|
||||||
bind = $mainMod SHIFT, right, movetoworkspace, e+1
|
bind = $mainMod SHIFT, right, movetoworkspace, e+1
|
||||||
bind = $mainMod SHIFT, left, movetoworkspace, e-1
|
bind = $mainMod SHIFT, left, movetoworkspace, e-1
|
||||||
# Set up the FN keys:
|
# Set up the FN keys:
|
||||||
bind = ,
|
|
||||||
|
|
||||||
# Start the config:
|
# Start the config:
|
||||||
exec-once=bash ~/.config/hypr/start.sh
|
exec-once=bash ~/.config/hypr/start.sh
|
||||||
|
|
Loading…
Reference in a new issue