add stuff
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
}: {
|
||||
imports = with inputs; [
|
||||
chaotic.nixosModules.default
|
||||
lix.nixosModules.default
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.system
|
||||
./hardware-conf.nix
|
||||
@ -19,7 +20,11 @@
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix = {
|
||||
# package = pkgs.lix;
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
|
||||
system.stateVersion = "unstable";
|
||||
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
@ -12,14 +12,14 @@
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/helios.yaml";
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors-translucent;
|
||||
name = "Bibata_Tinted";
|
||||
size = 32;
|
||||
};
|
||||
image = ../../wallpapers/wallhaven-yxyxzg.jpg;
|
||||
image = ../../wallpapers/wallhaven-zyl9qg.png;
|
||||
opacity.terminal = 0.9;
|
||||
fonts = {
|
||||
sizes = {
|
||||
@ -47,14 +47,14 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
stylix.override = {
|
||||
base08 = "e33400";
|
||||
base09 = "e39400";
|
||||
base0A = "f2ce00";
|
||||
base0B = "5ccc96";
|
||||
base0C = "00a3cc";
|
||||
base0D = "7a5ccc";
|
||||
base0E = "b3a1e6";
|
||||
base0F = "ce6f8f";
|
||||
};
|
||||
# stylix.override = {
|
||||
# base08 = "e33400";
|
||||
# base09 = "e39400";
|
||||
# base0A = "f2ce00";
|
||||
# base0B = "5ccc96";
|
||||
# base0C = "00a3cc";
|
||||
# base0D = "7a5ccc";
|
||||
# base0E = "b3a1e6";
|
||||
# base0F = "ce6f8f";
|
||||
# };
|
||||
}
|
||||
|
@ -8,11 +8,23 @@
|
||||
|
||||
programs = {
|
||||
bat.enable = true;
|
||||
btop = {
|
||||
enable = true;
|
||||
settings.update_ms = 200;
|
||||
};
|
||||
eza.enable = true;
|
||||
fd.enable = true;
|
||||
fzf.enable = true;
|
||||
btop.enable = true;
|
||||
yazi.enable = true;
|
||||
gitui.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
aliases = {
|
||||
co = "checkout";
|
||||
pom = "push origin main";
|
||||
};
|
||||
};
|
||||
ripgrep.enable = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
@ -28,17 +40,14 @@
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
flatpak
|
||||
waycheck
|
||||
vial
|
||||
git
|
||||
ripgrep
|
||||
trashy
|
||||
fd
|
||||
dust
|
||||
procs
|
||||
dust
|
||||
tree
|
||||
zip
|
||||
vial
|
||||
unzip
|
||||
waycheck
|
||||
virt-manager
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user