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

View file

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

View file

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