modified: home.nix
This commit is contained in:
@@ -3,10 +3,7 @@
|
|||||||
let
|
let
|
||||||
remote = "root@proxmox-ip:/var/lib/vz/template/iso";
|
remote = "root@proxmox-ip:/var/lib/vz/template/iso";
|
||||||
localMount = "${config.home.homeDirectory}/proxmox-iso";
|
localMount = "${config.home.homeDirectory}/proxmox-iso";
|
||||||
inputs.home-manager = {
|
|
||||||
url = "github:nix-community/home-manager/8b1c15a9e6f1fc9e1c7ec7f8964cf68eb1b46d44"; # 2024-06-15-ish
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
# imports = [
|
# imports = [
|
||||||
@@ -17,7 +14,7 @@ in {
|
|||||||
home.homeDirectory = "/home/nixos";
|
home.homeDirectory = "/home/nixos";
|
||||||
home.stateVersion = "25.05"; # match your NixOS stateVersion
|
home.stateVersion = "25.05"; # match your NixOS stateVersion
|
||||||
|
|
||||||
programs.home-manager.enable = true; # mandatory to activate HM
|
# programs.home-manager.enable = true; # mandatory to activate HM
|
||||||
|
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user