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
|
let
|
||||||
cfg = config.krop.hm.deskop.gnome;
|
cfg = config.krop.hm.desktop.gnome;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.krop.hm.desktop.gnome = {
|
options.krop.hm.desktop.gnome = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
import = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./codium.nix
|
./codium.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
krop.hm = {
|
krop.hm = {
|
||||||
gnome.enable = true;
|
desktop.gnome = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
work-config = true;
|
work-config = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue