Sway for thablet

This commit is contained in:
Daniel Flanagan 2024-03-30 08:05:13 -05:00
parent 98b0ebdd51
commit 1c0e1e04dc
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@
}; };
# I'm currently leaning Plasma since 6.0 released, so we use that pinentry # I'm currently leaning Plasma since 6.0 released, so we use that pinentry
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-qt; # programs.gnupg.agent.pinentryPackage = pkgs.pinentry-qt;
services.dbus.enable = true; services.dbus.enable = true;

View file

@ -15,6 +15,7 @@
desktop-usage desktop-usage
fonts fonts
# gnome # gnome
sway
kde-plasma kde-plasma
wifi wifi
flanfam flanfam
@ -23,7 +24,7 @@
home-manager.users.daniel = { home-manager.users.daniel = {
imports = with outputs.homeManagerModules; [ imports = with outputs.homeManagerModules; [
linux-desktop sway
]; ];
}; };