[TASK] Restructure
This commit is contained in:
parent
192cb6c777
commit
e8505da399
@ -9,6 +9,7 @@
|
||||
./hardware-configuration.nix
|
||||
./common.nix
|
||||
# ./vm.nix
|
||||
./home.nix
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
||||
9
config/home.nix
Normal file
9
config/home.nix
Normal file
@ -0,0 +1,9 @@
|
||||
# In deiner home.nix
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rustdesk
|
||||
# deine anderen Pakete...
|
||||
];
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user