Zaktualizowano zależności Nix flake i konfigurację systemu

- Zaktualizowano `flake.lock` do nowszych wersji `home-manager`, `nixpkgs` i `stylix`
- Dodano `galculator` i `lutris` do listy pakietów w `config.nix`
- Przywrócono polecenie aktualizacji `auto-cpufreq` w `home.nix`
- Dodano alias `mkgidf` do generowania pliku `git diff`
- Poprawiono wielkość liter w aliasie `kys` do zamykania systemu
This commit is contained in:
installer
2025-02-02 23:38:21 +01:00
parent 7d1e6e5272
commit 8dc64c58ee
3 changed files with 14 additions and 12 deletions

View File

@@ -335,6 +335,7 @@ in {
sl
nodejs
kdePackages.kdenlive
galculator
obs-studio
thefuck
cifs-utils
@@ -351,8 +352,7 @@ in {
wineWowPackages.waylandFull # wine64
lazydocker
lazygit
# vscode-extensions.continue.continue
# auto-cpufreq
lutris
];
fonts = {

View File

@@ -193,6 +193,7 @@ in {
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";
os-up-af = "sudo nix flake update --update-input auto-cpufreq";
fr = "nh os switch --hostname ${host} /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)";
@@ -208,8 +209,9 @@ in {
fc = "fortune | cowsay";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
mkgidf = "git diff > git-diff.txt";
".." = "cd ..";
KYS = "shutdown now";
kys = "shutdown now";
};
};
home-manager.enable = true;