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

uh? heu heu heu

This commit is contained in:
nixzoid 2025-02-14 15:00:51 +09:00
parent 96b4795261
commit b5d7b5524f
7 changed files with 8 additions and 67 deletions
libx
machines
modules/home/programs/cli/common

View file

@ -18,18 +18,18 @@
...
}:
let
# OTHER
# inherits and pkgs/lib
pkgs = nixpkgs.legacyPackages.${sys.platform};
inherit (inputs) home-manager nixpkgs;
inherit (nixpkgs) lib;
# NEEDS
# base, foundament
args = { inherit x inputs; };
x =
import ./options.nix { inherit inputs pkgs lib; }
// import ./mkOpt.nix { inherit lib; }
// {
{
inherit path sys styl;
};
}
// import ./options.nix { inherit inputs pkgs lib; }
// import ./mkOpt.nix { inherit lib; };
mk =
n:

View file

@ -2,6 +2,5 @@
imports = [
./embrace
./jetpure
./nixtended
];
}

View file

@ -1,17 +0,0 @@
{ inputs, ... }:
{
flake = import ../../libx {
inherit inputs;
sys = {
hostName = "starship";
userName = "amogus";
is = "iso";
platform = "x86_64-linux";
ver = "24.05";
};
styl = {
theme = "horizon-dark";
image = "clouds";
};
};
}

View file

@ -1,11 +0,0 @@
{ x, ... }:
let
inherit (x) on umport;
in
{
imports = umport {
path = ./.;
exclude = [ ./default.nix ];
};
module.themes.stylix = on;
}

View file

@ -1,18 +0,0 @@
{ x, ... }:
let
inherit (x) on umport;
in
{
imports = umport {
path = ./.;
exclude = [ ./default.nix ];
};
module = {
base = on;
themes.stylix = on;
services = {
amneziawg = on;
zram.algo = "zstd";
};
};
}

View file

@ -1,14 +0,0 @@
{
pkgs,
modulesPath,
...
}:
{
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ];
environment.systemPackages = with pkgs; [
fff
helix
disko
gitMinimal
];
}

View file

@ -21,6 +21,8 @@ in
bat = on;
eza = on;
fd = on;
fzf = on;
git = on;
ripgrep = on;
zoxide = on;
};