Quick fixes

This commit is contained in:
Nathan McCarty 2025-07-09 03:37:23 -04:00
parent 2be3b17944
commit 6fde78c707
3 changed files with 11 additions and 11 deletions

14
flake.lock generated
View file

@ -184,11 +184,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1749574455, "lastModified": 1752027480,
"narHash": "sha256-fm2/8KPOYvvIAnNVtjDlTt/My00lIbZQ+LMrfQIWVzs=", "narHash": "sha256-IkDajRjsCgEpLrTUAlw29aYbRxO1qTqpV9ssMBpXa3g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"rev": "917af390377c573932d84b5e31dd9f2c1b5c0f09", "rev": "d5bf05234f5246294047dd10cb8c6e89cca0e884",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,16 +247,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1749173751, "lastModified": 1751792365,
"narHash": "sha256-ENY3y3v6S9ZmLDDLI3LUT8MXmfXg/fSt2eA4GCnMVCE=", "narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ed29f002b6d6e5e7e32590deb065c34a31dc3e91", "rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.11", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -39,7 +39,7 @@
# Our modules # Our modules
(import ../../modules/base.nix {inherit inputs;}) (import ../../modules/base.nix {inherit inputs;})
(import ../../modules/desktop.nix) (import ../../modules/desktop.nix)
(import ../../modules/sway.nix) # (import ../../modules/sway.nix)
(import ./configuration.nix) (import ./configuration.nix)
(import ./hardware.nix) (import ./hardware.nix)
(import ../../modules/user.nix { (import ../../modules/user.nix {

View file

@ -104,7 +104,7 @@
# Enable swaywm # Enable swaywm
programs.sway = { programs.sway = {
enable = true; enable = true;
package = inputs'.swayfx.default; package = inputs'.swayfx.packages.default;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };
# Setup bluetooth # Setup bluetooth
@ -156,8 +156,8 @@
# for tpm backed encryption # for tpm backed encryption
tpm2-tss tpm2-tss
# Podman # Podman
podman-desktop # podman-desktop
podman-compose # podman-compose
# System tools # System tools
gparted gparted
f2fs-tools f2fs-tools