update flakes; remove unwanted wms

This commit is contained in:
EdenQwQ 2025-07-19 14:56:14 +08:00
parent c6bf1d959a
commit 89a29bdf0b
9 changed files with 100 additions and 335 deletions

View file

@ -6,9 +6,6 @@
./ai.nix
./swhkd.nix
./maomaowm.nix
# ./hellwm.nix
# ./miracle-wm.nix
./sway.nix
./matlab.nix
./misc.nix
];

View file

@ -1,5 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.hellwm ];
services.displayManager.sessionPackages = [ pkgs.hellwm ];
}

View file

@ -1,3 +0,0 @@
{
programs.sway.enable = true;
}