mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(desktop): replace tpanel with tshell
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
flake.modules.nixos.desktop =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ tpanel ];
|
||||
environment.systemPackages = with pkgs; [ tshell ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user