mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-05-13 06:15:15 +00:00
changed redmi
This commit is contained in:
parent
29fe9c5062
commit
1201f12d86
1 changed files with 28 additions and 30 deletions
58
README.md
58
README.md
|
@ -1,35 +1,5 @@
|
|||
<div align="center"> <h1>❄️【 NIXOS FLAKE DOTFILES 】❄️</h1> </div>
|
||||
|
||||
mirrors: [git.sr.ht](https://git.sr.ht/~neverness/ultima) [sij.ai](https://sij.ai/uwugdeeee/ultima)
|
||||
|
||||
### GUIDE FOR CREATE OWN MACHINE & HOME
|
||||
|
||||
1. Create directory with your [hostName](./machines/jetpure) in [flakeDir](./)
|
||||
|
||||
2. Create [default.nix](./machines/jetpure/default.nix) in [flakeDir/hostName](./machines/jetpure)
|
||||
|
||||
- Fill it with: [example](./machines/embrace/default.nix)
|
||||
|
||||
```nix
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
flake = import ../../libx {
|
||||
inherit inputs lib;
|
||||
# variables
|
||||
hostName = "pantheon"; # hostName is ~/flakeDir/hostName
|
||||
userName = "arthemida"; # userName
|
||||
flakeDir = "/persist/flake"; # flakeDir
|
||||
is = "desktop"; # for laptop | desktop | server
|
||||
# ricing
|
||||
theme = "chanivibes"; # from inputs.design.base16
|
||||
image = "default"; # from inputs.design.wallpapers
|
||||
# sys
|
||||
plfrm = "x86_64-linux"; # your architecture
|
||||
ver = "24.05"; # stateVersion
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Software</summary>
|
||||
|
||||
|
@ -104,6 +74,34 @@ mirrors: [git.sr.ht](https://git.sr.ht/~neverness/ultima) [sij.ai](https://sij.a
|
|||
|
||||
</details>
|
||||
|
||||
### GUIDE FOR CREATE OWN MACHINE & HOME
|
||||
|
||||
1. Create directory with your [hostName](./machines/jetpure) in [flakeDir](./)
|
||||
|
||||
2. Create [default.nix](./machines/jetpure/default.nix) in [flakeDir/hostName](./machines/jetpure)
|
||||
|
||||
- Fill it with: [example](./machines/embrace/default.nix)
|
||||
|
||||
```nix
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
flake = import ../../libx {
|
||||
inherit inputs lib;
|
||||
# variables
|
||||
hostName = "pantheon"; # hostName is ~/flakeDir/hostName
|
||||
userName = "arthemida"; # userName
|
||||
flakeDir = "/persist/flake"; # flakeDir
|
||||
is = "desktop"; # for laptop | desktop | server
|
||||
# ricing
|
||||
theme = "chanivibes"; # from inputs.design.base16
|
||||
image = "default"; # from inputs.design.wallpapers
|
||||
# sys
|
||||
plfrm = "x86_64-linux"; # your architecture
|
||||
ver = "24.05"; # stateVersion
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
### PREVIEW
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue