basic modularized

This commit is contained in:
Jakub Kropáček 2024-11-11 18:53:15 +01:00
parent 2b4d930626
commit be405aa6b0
3 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@
...
}:
let
cfg = config.krop.hm.deskop.gnome;
cfg = config.krop.hm.desktop.gnome;
in
{
options.krop.hm.desktop.gnome = {

View file

@ -1,6 +1,6 @@
{ ... }:
{
import = [
imports = [
./alacritty.nix
./codium.nix
./direnv.nix

View file

@ -5,7 +5,9 @@
home.stateVersion = "24.05";
krop.hm = {
gnome.enable = true;
desktop.gnome = {
enable = true;
};
programs.git = {
work-config = true;
};