1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-05-13 06:15:15 +00:00

changed redmi

This commit is contained in:
nixzoid 2025-02-03 23:09:29 +09:00
parent 29fe9c5062
commit 1201f12d86

View file

@ -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
![nill kiggers](https://git.sr.ht/~neverness/design/blob/wallpapers/dotfiles/fetch.jpg)