aktualizacja nixpkgs i homa manager, ale nie stylix. Dodanie vlc i docker-slib, a wyebanie spotify. Nowe skróty do basha

This commit is contained in:
installer
2024-11-23 02:37:39 +01:00
parent 0c8e4c7858
commit fd42add349
4 changed files with 23 additions and 16 deletions

View File

@@ -111,10 +111,12 @@ in
} }
decoration { decoration {
rounding = 10 rounding = 10
drop_shadow = true shadow {
shadow_range = 4 enabled = true
shadow_render_power = 3 range = 4
col.shadow = rgba(1a1a1aee) render_power = 3
color = rgba(1a1a1aee)
}
blur { blur {
enabled = true enabled = true
size = 5 size = 5

12
flake.lock generated
View File

@@ -143,11 +143,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1731235328, "lastModified": 1732303962,
"narHash": "sha256-NjavpgE9/bMe/ABvZpyHIUeYF1mqR5lhaep3wB79ucs=", "narHash": "sha256-5Umjb5AdtxV5jSJd5jxoCckh5mlg+FBQDsyAilu637g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "60bb110917844d354f3c18e05450606a435d2d10", "rev": "8cf9cb2ee78aa129e5b8220135a511a2be254c0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -159,11 +159,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731139594, "lastModified": 1732014248,
"narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "rev": "23e89b7da85c3640bbc2173fe04f4bd114342367",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -296,7 +296,6 @@ in {
gimp gimp
pavucontrol pavucontrol
tree tree
spotify
greetd.tuigreet greetd.tuigreet
librewolf librewolf
protonup protonup
@@ -304,6 +303,7 @@ in {
plexamp plexamp
bitwarden-desktop bitwarden-desktop
vscode vscode
vlc
nixd nixd
ungoogled-chromium ungoogled-chromium
slack slack
@@ -314,6 +314,7 @@ in {
bun bun
docker docker
docker-compose docker-compose
docker-slim
sl sl
nodejs nodejs
kdePackages.kdenlive kdePackages.kdenlive

View File

@@ -187,6 +187,9 @@ in {
os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos"; os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos";
os-ts = "sudo nixos-rebuild test --flake ~/zaneyos"; os-ts = "sudo nixos-rebuild test --flake ~/zaneyos";
os-up = "sudo nix flake update"; os-up = "sudo nix flake update";
os-up-np = "sudo nix flake update --update-input nixpkgs";
os-up-hm = "sudo nix flake update --update-input home-manager";
os-up-sx = "sudo nix flake update --update-input stylix";
fr = "nh os switch --hostname ${host} /home/${username}/zaneyos"; fr = "nh os switch --hostname ${host} /home/${username}/zaneyos";
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos"; fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)"; zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
@@ -194,6 +197,7 @@ in {
n = "nano"; n = "nano";
f = "fuck"; f = "fuck";
cat = "bat"; cat = "bat";
st = "speedtest";
ls = "eza --icons"; ls = "eza --icons";
ll = "eza -lh --icons --grid --group-directories-first"; ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first"; la = "eza -lah --icons --grid --group-directories-first";