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

small changes

This commit is contained in:
nixzoid 2025-02-20 17:19:45 +09:00
parent e4c68aa2c6
commit e4e3d2e6d3
6 changed files with 40 additions and 24 deletions
flake.lock
machines
modules/home/themes/stylix

2
flake.lock generated
View file

@ -723,7 +723,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-MpAojq1F1ypVQByvQQ1l7R02eT5HvALp7D3htL4p3bs=",
"narHash": "sha256-33znjEupgc23gsIfPZ+XIN++QWoitcyXRlrIS9KJfz8=",
"path": "pkgs",
"type": "path"
},

View file

@ -1,6 +1,7 @@
{
nixos = {
pcRyaz = {
pcRyazenka = {
sys = {
hostName = "jetpure";
userName = "nixzoid";
@ -17,6 +18,7 @@
image = "lampa";
};
};
thinkpadT14 = {
sys = {
hostName = "embrace";
@ -34,6 +36,7 @@
image = "town";
};
};
isoNixtended = {
sys = {
hostName = "sus";
@ -47,5 +50,6 @@
image = "town";
};
};
};
}

View file

@ -11,10 +11,6 @@ in
};
module = {
themes.stylix = on;
base = on;
services = {
amneziawg = on;
zram.algo = "zstd";
};
services.amneziawg = on;
};
}

View file

@ -1,15 +0,0 @@
{
pkgs,
...
}:
{
programs = {
git.package = pkgs.gitMinimal;
};
environment.systemPackages = with pkgs; [
helix
disko
vim
];
}

View file

@ -0,0 +1,32 @@
{
pkgs,
lib,
...
}:
{
programs = {
git.package = pkgs.gitMinimal;
};
environment.systemPackages = with pkgs; [
fastfetch
helix
disko
vim
];
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen; # idk for best optimize
loader.timeout = lib.mkDefault 0;
};
programs.command-not-found.enable = lib.mkDefault false;
networking = {
wireless.enable = false;
networkmanager = {
enable = true;
insertNameservers = [
"1.1.1.1"
"1.0.0.1"
];
};
};
}

View file

@ -64,8 +64,7 @@ in
iconTheme = on // {
dark = "Papirus-Dark";
light = "Papirus-Light";
# package = with pkgs; papirus-icon-theme.override { color = cfg.icon; };
package = with pkgs; papirus-icon-theme;
package = with pkgs; papirus-icon-theme.override { color = cfg.icon; };
};
fonts = rec {
monospace = {