niri änderungen
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
{ inputs, config, pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
environmen.systemPackages = with pkgs; [
|
||||
inputs.noctalia.packages.${pkgs.stdenc.hostPlatform.system}.default
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
imports = [
|
||||
inputs.noctalia.nixosModules.default
|
||||
];
|
||||
|
||||
programs.noctalia = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user