feat: tuigreet
This commit is contained in:
parent
efc8c616e4
commit
51eada221b
2 changed files with 20 additions and 4 deletions
|
|
@ -10,6 +10,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
../../modules/nixos/main-user.nix
|
||||
../../modules/nixos/greetd.nix
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
|
@ -49,10 +50,6 @@
|
|||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
services.pcscd.enable = true;
|
||||
services.dbus.packages = [pkgs.gcr];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue