mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-07-06 15:17:13 +02:00
Switch to flake-based configuration
This commit is contained in:
parent
fad1c56a56
commit
f17713236d
25 changed files with 578 additions and 216 deletions
12
nixos/modules/gnome.nix
Normal file
12
nixos/modules/gnome.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.gnome.gnome-tweaks
|
||||
pkgs.gnome.dconf-editor
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue