mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
mucho updato
This commit is contained in:
13
laptop/modules/gnome.nix
Normal file
13
laptop/modules/gnome.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs.gnomeExtensions; [
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user