Begin adding gnome to config

This commit is contained in:
2024-01-03 15:12:29 -04:00
parent fa46df6ba6
commit 87a17d2e97
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{}: {
imports = [
./shell.nix
];
}

View File

@@ -0,0 +1,9 @@
{pkgs}: {
options.dconf.settings = {
};
# Extensions
home-packages = with pkgs.gnomeExtesnsions; [
forge
];
}