Add Noctalia with defaults
This commit is contained in:
parent
658543f820
commit
b8d8edc4dc
3 changed files with 17 additions and 0 deletions
|
|
@ -8,6 +8,11 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
./swayidle.nix
|
||||
./quickshell.nix
|
||||
./fuzzel.nix
|
||||
./noctalia.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
home-manager/roles/desktop/tiling/apps/noctalia.nix
Normal file
11
home-manager/roles/desktop/tiling/apps/noctalia.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.noctalia.homeModules.default
|
||||
];
|
||||
|
||||
programs.noctalia-shell = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue