This commit is contained in:
tulg 2026-02-28 18:17:56 +03:00
parent 84b12dca7f
commit 7dbc8d70cb
2 changed files with 3 additions and 3 deletions

View file

@ -9,9 +9,8 @@
imports = [
./cli/default.nix
./desktop/default.nix
./pkgs.nix
];
tulg.desktop.enable = true;
tulg.desktop.enable = lib.mkDefault true;
# Home Manager settings
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
home.username = "tulg";