Make it an purely imported configuration #15

Merged
Peritia-System merged 8 commits from Beta-import into Dev 2025-08-15 12:34:32 +02:00
Peritia-System commented 2025-08-11 16:42:01 +02:00 (Migrated from github.com)

It is now easy to just import it.
The guide is in the Readme

Adjusted:

  • removed old configuration
  • adjusted the flake.nix
  • tested it

maybe add an example dir?
with a working configuration.nix and flake.nix

It is now easy to just import it. The guide is in the Readme Adjusted: - removed old configuration - adjusted the flake.nix - tested it maybe add an example dir? with a working configuration.nix and flake.nix
Peritia-System (Migrated from github.com) reviewed 2025-08-11 16:50:27 +02:00
Peritia-System (Migrated from github.com) left a comment

add the correct import for after the merge

add the correct import for after the merge
Peritia-System commented 2025-08-11 16:53:46 +02:00 (Migrated from github.com)

if you want to test it

clone the Dev branch

Add that to your flake.nix

# flake.nix
{
  inputs = {
    nixos95.url = "github:Peritia-System/NixOS-95/Beta-import";
    #nixos95.url = "github:Peritia-System/NixOS-95/Dev";
    nixos95.inputs.nixpkgs.follows = "nixpkgs";
  }
 
 } 

and comment out those: nixosModules.nixos95 = import ./nixos95;

in your configuration.nix just follow the readme from the Beta branch

if you want to test it clone the Dev branch Add that to your flake.nix ```nix # flake.nix { inputs = { nixos95.url = "github:Peritia-System/NixOS-95/Beta-import"; #nixos95.url = "github:Peritia-System/NixOS-95/Dev"; nixos95.inputs.nixpkgs.follows = "nixpkgs"; } } ``` and comment out those: `nixosModules.nixos95 = import ./nixos95;` in your configuration.nix just follow the readme from the Beta branch
krauterbaquette (Migrated from github.com) requested changes 2025-08-11 18:09:57 +02:00
krauterbaquette (Migrated from github.com) left a comment

I think this is a good way forward to just keep the Module in this repo

I think this is a good way forward to just keep the Module in this repo
@ -94,2 +83,2 @@
sudo nixos-generate-config --dir Configurations/Hosts/Default
```
### 3. Enable modules
krauterbaquette (Migrated from github.com) commented 2025-08-11 18:04:07 +02:00

We should add that home-manager is also an requirement

We should add that `home-manager` is also an requirement
@ -96,0 +118,4 @@
icon = "spotify";
}
];
};
krauterbaquette (Migrated from github.com) commented 2025-08-11 18:08:27 +02:00

And I guess here we should import home-manager in the config

And I guess here we should import home-manager in the config
Peritia-System (Migrated from github.com) reviewed 2025-08-11 18:28:11 +02:00
@ -94,2 +83,2 @@
sudo nixos-generate-config --dir Configurations/Hosts/Default
```
### 3. Enable modules
Peritia-System (Migrated from github.com) commented 2025-08-11 18:28:11 +02:00

Good idea

Good idea
Peritia-System (Migrated from github.com) reviewed 2025-08-11 18:28:40 +02:00
@ -96,0 +118,4 @@
icon = "spotify";
}
];
};
Peritia-System (Migrated from github.com) commented 2025-08-11 18:28:39 +02:00

Yep but i dont have time today/tomorrow

Yep but i dont have time today/tomorrow
Sign in to join this conversation.
No description provided.