Separate more of impermanence into services, switch to Sway 1.10 official

This commit is contained in:
Jimbo 2024-11-03 06:57:03 -05:00
parent f80f0dd53d
commit 7397b614de
9 changed files with 34 additions and 156 deletions

View file

@ -1,4 +1,4 @@
{ chaotic, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
./boot
@ -23,13 +23,8 @@
# Misc
../../overlays
../../variables
# Imports
chaotic.homeManagerModules.default
];
programs.sway.package = pkgs.sway_git;
networking.hostName = "firefly";
# Force Electron to use Wayland