init
This commit is contained in:
18
home-manager/noctalia.nix
Normal file
18
home-manager/noctalia.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
# import the home manager module
|
||||
#imports = [
|
||||
# inputs.noctalia.homeModules.default
|
||||
#];
|
||||
|
||||
# Install the package
|
||||
home.packages = [
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
# configure options
|
||||
#programs.noctalia-shell = {
|
||||
# enable = true;
|
||||
#};
|
||||
}
|
||||
Reference in New Issue
Block a user