Make it an purely imported configuration #15
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: peritia/NixOS-95#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Beta-import"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is now easy to just import it.
The guide is in the Readme
Adjusted:
maybe add an example dir?
with a working configuration.nix and flake.nix
add the correct import for after the merge
if you want to test it
clone the Dev branch
Add that to your flake.nix
and comment out those:
nixosModules.nixos95 = import ./nixos95;in your configuration.nix just follow the readme from the Beta branch
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 modulesWe should add that
home-manageris also an requirement@ -96,0 +118,4 @@icon = "spotify";}];};And I guess here we should import home-manager in the config
@ -94,2 +83,2 @@sudo nixos-generate-config --dir Configurations/Hosts/Default```### 3. Enable modulesGood idea
@ -96,0 +118,4 @@icon = "spotify";}];};Yep but i dont have time today/tomorrow