Merge branch 'cosmic'
This commit is contained in:
commit
7e38202a05
6 changed files with 92 additions and 0 deletions
10
nix-os/desktopManagers/cosmic.nix
Normal file
10
nix-os/desktopManagers/cosmic.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
"${inputs.cosmic-modules}/nixos/cosmic/module.nix"
|
||||
];
|
||||
config = {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
};
|
||||
}
|
10
nix-os/displayManagers/cosmic-greeter.nix
Normal file
10
nix-os/displayManagers/cosmic-greeter.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
"${inputs.cosmic-modules}/nixos/cosmic-greeter/module.nix"
|
||||
];
|
||||
config = {
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue