testing 67

This commit is contained in:
tulg 2026-02-28 18:16:24 +03:00
parent 6c21ec9a59
commit 84b12dca7f
7 changed files with 42 additions and 12 deletions

View file

@ -2,6 +2,8 @@
config,
pkgs,
inputs,
osConfig,
lib,
...
}: {
imports = [
@ -9,11 +11,10 @@
./desktop/default.nix
./pkgs.nix
];
tulg.desktop.enable = true;
# Home Manager settings
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
home.username = "tulg";
home.homeDirectory = "/home/tulg";
home.stateVersion = "25.05";
programs.vesktop.enable = true;
}