Improve configs
This commit is contained in:
parent
fdefb7037b
commit
eb3067ff29
13 changed files with 66 additions and 19 deletions
17
.config/home-manager/portalo-serguzim.nix
Normal file
17
.config/home-manager/portalo-serguzim.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "serguzim";
|
||||
home.homeDirectory = "/home/serguzim";
|
||||
|
||||
imports = [
|
||||
./common.nix
|
||||
./graphical.nix
|
||||
./nvim.nix
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustdesk # remote desktop tool
|
||||
];
|
||||
}
|
||||
Loading…
Reference in a new issue