mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
organized some files and modularized
This commit is contained in:
parent
ad9c7413a3
commit
1c9935f11c
4 changed files with 43 additions and 52 deletions
5
dot_config/flake/modules/nixos/gnome.nix
Normal file
5
dot_config/flake/modules/nixos/gnome.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue