Merge pull request 'feature/updates' (#33) from feature/updates into main

Reviewed-on: #33
This commit was merged in pull request #33.
This commit is contained in:
2026-03-20 18:18:53 +01:00
2 changed files with 10 additions and 6 deletions

12
flake.lock generated
View File

@@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773898372, "lastModified": 1774007980,
"narHash": "sha256-PqeDgmyI/Df3/Mv0B81FP/ZC4KuO88YRQF5ZfeFyA4k=", "narHash": "sha256-FOnZjElEI8pqqCvB6K/1JRHTE8o4rer8driivTpq2uo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ecf019baf47df009937b5f8c4604cee10f410a76", "rev": "9670de2921812bc4e0452f6e3efd8c859696c183",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -103,11 +103,11 @@
"noctalia-qs": "noctalia-qs" "noctalia-qs": "noctalia-qs"
}, },
"locked": { "locked": {
"lastModified": 1773907741, "lastModified": 1774014047,
"narHash": "sha256-VCOseUhojMawFh/O0ZlSftbiEql4kJn0+WjPqorvk9o=", "narHash": "sha256-pSbjavFqmHzbR4aG+22k81yGgjIUrV64UePEf4m/s5U=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "5eb8b9cbcbf7f9ffcff8b75233bad6e80c721f4c", "rev": "e2ba46ed122082a15841be9e2b9fb392395c5a4f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -8,6 +8,10 @@
networking.firewall.allowedTCPPorts = [ ]; networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];
# enable wifi
hardware.enableAllFirmware = true;
networking.wireless.enable = true;
# enable bluetooth # enable bluetooth
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;