Compare commits
No commits in common. "b6ce3ec7e332bdd2260d7963c6ae81425f15600b" and "c96863eb1578f2ffdb80e1b313dfbdddc8b4531a" have entirely different histories.
b6ce3ec7e3
...
c96863eb15
@ -3,7 +3,7 @@
|
|||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
|
||||||
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:rycee/home-manager/release-21.05";
|
url = "github:rycee/home-manager/master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -56,7 +56,7 @@
|
|||||||
nix.registry.unstable.flake = nixos-unstable;
|
nix.registry.unstable.flake = nixos-unstable;
|
||||||
}
|
}
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
# home-manager.nixosModules.home-manager
|
||||||
./hosts/gAluminum/default.nix
|
./hosts/gAluminum/default.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
# imports = [ ./home/zsh.nix ./home/code.nix ];
|
# imports = [ ./home/zsh.nix ./home/code.nix ];
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
home-manager.users.giulio = {
|
# home-manager.users.giulio = {
|
||||||
imports = [ ./home ];
|
# imports = [ ./home ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
fileSystems."/home/giulio/Downloads" = {
|
fileSystems."/home/giulio/Downloads" = {
|
||||||
device = "tmpfs";
|
device = "tmpfs";
|
||||||
|
Loading…
Reference in New Issue
Block a user