chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-27 17:11:30 -05:00
parent 099979e928
commit 368e6b6ee7
3 changed files with 22 additions and 22 deletions

View file

@ -7,17 +7,17 @@
]
},
"locked": {
"lastModified": 1705874780,
"narHash": "sha256-PjJdC/7+BoPZ0DucSIFUaySmI7fWLGKsIhtZVgMFhzw=",
"lastModified": 1706310192,
"narHash": "sha256-TO1YEMZmKU6cHZgIaxS5Jkj/M9q0kfc0mrmGxq+atrY=",
"owner": "Aylur",
"repo": "ags",
"rev": "c706e43fab6f1845b6e16fa3106200ac801f6749",
"rev": "8e94d3b465e76372056c76242e5c013950113be9",
"type": "github"
},
"original": {
"owner": "Aylur",
"repo": "ags",
"rev": "c706e43fab6f1845b6e16fa3106200ac801f6749",
"rev": "8e94d3b465e76372056c76242e5c013950113be9",
"type": "github"
}
},
@ -444,11 +444,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1706308236,
"narHash": "sha256-fI+XrLBfDyRZGjvL+uJbrGc0q/Rc8kIAbok1IICprLo=",
"lastModified": 1706382674,
"narHash": "sha256-wuSs8Tm9GweeCEGIwamdMMZmOPF+8WWMM1YdH6jdA/w=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "12d79d63421e2ed3f31130755c7a37f0e4fb5cb1",
"rev": "bc7e488a4c7a4bfdd7bce66265fe8aea516fd2ed",
"type": "github"
},
"original": {
@ -811,11 +811,11 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1706326918,
"narHash": "sha256-en9Gal3U2aGeY/qhNP6P0SzFaR8BGEby9GUlzNCf/ws=",
"lastModified": 1706386306,
"narHash": "sha256-YCiWq2bSt+fKxnYpP9PJ52cthm8dkHUuEVFkwJDauSw=",
"owner": "nix-community",
"repo": "nixpkgs-wayland",
"rev": "788df5655d232ba87b342316975695e3f7a6efd5",
"rev": "791da42b6442870964b11ea28cf5932a76483548",
"type": "github"
},
"original": {
@ -1006,11 +1006,11 @@
},
"nur": {
"locked": {
"lastModified": 1706336067,
"narHash": "sha256-CK6wCnWSw4nX2TbGL9oPlZyCZoYl+yVUAsGoelfh/5c=",
"lastModified": 1706392862,
"narHash": "sha256-B42uOkwM2eykZPssttYKxF2B2B+3pwSMOk1Co+RWjpM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "5a9ff024fd7a50e93ad738ef48e68ca746593489",
"rev": "5209d1f058c7f5c062dd1e9f7c6c6c923ad4f70f",
"type": "github"
},
"original": {
@ -1425,18 +1425,18 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
"lastModified": 1703963193,
"narHash": "sha256-ke8drv6PTrdQDruWbajrRJffP9A9PU6FRyjJGNZRTs4=",
"lastModified": 1706359063,
"narHash": "sha256-5HUTG0p+nCJv3cn73AmFHRZdfRV5AD5N43g8xAePSKM=",
"owner": "wlroots",
"repo": "wlroots",
"rev": "f81c3d93cd6f61b20ae784297679283438def8df",
"rev": "00b869c1a96f300a8f25da95d624524895e0ddf2",
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
"rev": "f81c3d93cd6f61b20ae784297679283438def8df",
"rev": "00b869c1a96f300a8f25da95d624524895e0ddf2",
"type": "gitlab"
}
},
@ -1457,11 +1457,11 @@
]
},
"locked": {
"lastModified": 1704659450,
"narHash": "sha256-3lyoUVtUWz1LuxbltAtkJSK2IlVXmKhxCRU2/0PYCms=",
"lastModified": 1706145785,
"narHash": "sha256-j9MP4fv2U/vdRKAXXc2gyMTmYwVnHP6kHx1/y6jprrU=",
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"rev": "6a5de92769d5b7038134044053f90e7458f6a197",
"rev": "5a592647587cd20b9692a347df6939b6d371b3bb",
"type": "github"
},
"original": {

View file

@ -208,7 +208,7 @@
repo = "ags";
# FIXME: some bugs in latest
rev = "c706e43fab6f1845b6e16fa3106200ac801f6749";
rev = "8e94d3b465e76372056c76242e5c013950113be9";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -161,6 +161,6 @@ const Applauncher = (window_name = 'applauncher') => {
export default () => PopupWindow({
name: 'applauncher',
focusable: true,
keymode: 'on-demand',
child: Applauncher(),
});