Add noctalia module and removed waybar and other configurations no longer needed with noctalia
This commit is contained in:
12
modules/noctalia/default.nix
Normal file
12
modules/noctalia/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user