basic modularized
This commit is contained in:
parent
2b4d930626
commit
be405aa6b0
3 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.krop.hm.deskop.gnome;
|
||||
cfg = config.krop.hm.desktop.gnome;
|
||||
in
|
||||
{
|
||||
options.krop.hm.desktop.gnome = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
import = [
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./codium.nix
|
||||
./direnv.nix
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
krop.hm = {
|
||||
gnome.enable = true;
|
||||
desktop.gnome = {
|
||||
enable = true;
|
||||
};
|
||||
programs.git = {
|
||||
work-config = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue