flake etc
This commit is contained in:
parent
df13d70b9e
commit
cd3ef1e0de
3 changed files with 10 additions and 18 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -362,11 +362,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744900287,
|
"lastModified": 1744919155,
|
||||||
"narHash": "sha256-LkXy5EzlTplW5LwPsAL4y1mKASY0GjHHZNNBPUAI3D8=",
|
"narHash": "sha256-IJksPW32V9gid9vDxoloJMRk+YGjxq5drFHBFeBkKU8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c3c91dd8b4974ce221748b997e644c4838e3ebbc",
|
"rev": "72526a5f7cde2ef9075637802a1e2a8d2d658f70",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -524,11 +524,11 @@
|
||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744874332,
|
"lastModified": 1744909672,
|
||||||
"narHash": "sha256-U+1kjI/XPqHL/DgOoKGf+SSgrzfw0tLBh7gMbF384+w=",
|
"narHash": "sha256-9i7uciOr3+hjvesMBlrVq5TgR6fSXYP5RziCnMgfi/E=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "hyprlock",
|
"repo": "hyprlock",
|
||||||
"rev": "248dfb09f7eac514f76ce6fffcd580610fd79fa6",
|
"rev": "b3f1aa7580d100032a810343b36b758a8026ec43",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1534,11 +1534,11 @@
|
||||||
"rust-overlay": "rust-overlay_3"
|
"rust-overlay": "rust-overlay_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744805292,
|
"lastModified": 1744916453,
|
||||||
"narHash": "sha256-N8FIMhskRvkN+d4dFvNjOPyD0nS2HMFdV1epv4/INw4=",
|
"narHash": "sha256-7Yl9wjU6xwucoAs7eG38Hn5TquDHn2dIBbTK5MW/fPQ=",
|
||||||
"owner": "sxyazi",
|
"owner": "sxyazi",
|
||||||
"repo": "yazi",
|
"repo": "yazi",
|
||||||
"rev": "510cb14ab6e348029763ec4c77a5b6a8c4b38caa",
|
"rev": "c38be35250b6744b9d0428b0a59cc8dfe2e3f9ce",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -624,15 +624,6 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
};
|
};
|
||||||
services.samba = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.sambaFull;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
services.samba-wsdd = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups.uinput = { };
|
users.groups.uinput = { };
|
||||||
# add user accounts
|
# add user accounts
|
||||||
|
|
|
@ -331,6 +331,7 @@ in
|
||||||
"Mod+Shift+A" = {
|
"Mod+Shift+A" = {
|
||||||
hotkey-overlay.title = "Lock Session";
|
hotkey-overlay.title = "Lock Session";
|
||||||
action = spawn "hyprlock";
|
action = spawn "hyprlock";
|
||||||
|
allow-when-locked = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"XF86AudioPlay" = {
|
"XF86AudioPlay" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue