set up something working (hopefully)
This commit is contained in:
parent
ef7d08bedf
commit
86e93de371
21 changed files with 567 additions and 10 deletions
13
homes/vali/vdesktop.nix
Normal file
13
homes/vali/vdesktop.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ inputs, outputs, pkgs, user, ... }:
|
||||
{
|
||||
imports = [
|
||||
|
||||
];
|
||||
xdg.configHome = "/home/${user}/.config/";
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue