home | refactor
This commit is contained in:
parent
672d71a83a
commit
73fadb981d
468 changed files with 197 additions and 210 deletions
|
|
@ -7,11 +7,6 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
#home-manager = {
|
||||
#url = "github:nix-community/home-manager/release-23.05";
|
||||
#inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
|
@ -26,17 +21,16 @@
|
|||
workstation = {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
#inputs.disko.nixosModules.disko
|
||||
./workstation
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./home
|
||||
./home/gui
|
||||
./wm/sway
|
||||
];
|
||||
};
|
||||
server = {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
#inputs.disko.nixosModules.disko
|
||||
./server
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue