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:
parent
96b4795261
commit
b5d7b5524f
7 changed files with 8 additions and 67 deletions
libx
machines
modules/home/programs/cli/common
|
@ -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:
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
imports = [
|
||||
./embrace
|
||||
./jetpure
|
||||
./nixtended
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{ x, ... }:
|
||||
let
|
||||
inherit (x) on umport;
|
||||
in
|
||||
{
|
||||
imports = umport {
|
||||
path = ./.;
|
||||
exclude = [ ./default.nix ];
|
||||
};
|
||||
module.themes.stylix = on;
|
||||
}
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
fff
|
||||
helix
|
||||
disko
|
||||
gitMinimal
|
||||
];
|
||||
}
|
|
@ -21,6 +21,8 @@ in
|
|||
bat = on;
|
||||
eza = on;
|
||||
fd = on;
|
||||
fzf = on;
|
||||
git = on;
|
||||
ripgrep = on;
|
||||
zoxide = on;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue