Zaktualizuj zależności i dodaj alias pasjans

- Zaktualizowano wpisy w pliku `flake.lock` dla kilku źródeł (np. `home-manager`, `nixpkgs`, `stylix`), aby pobrać najnowsze wersje.
- Tymczasowo zakomentowano konfigurację montowania CIFS w `hardware.nix`.
- Dodano `anki-bin` do listy klientów w `clients.nix`.
- Wprowadzono nowy alias `pasjans` uruchamiający `ttysolitaire` w `programs.nix`.
This commit is contained in:
installer
2025-04-18 02:46:59 +02:00
parent 81d8cc061a
commit a464fbb408
4 changed files with 30 additions and 28 deletions

30
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1743760379,
"narHash": "sha256-DDkyW0Mz8Rr6EGupI8SZS48XV2bbAt+33biMu3WPiXA=",
"lastModified": 1744578060,
"narHash": "sha256-ApX5u3aXtmthemPSnZls/oxvqpNR7C9t4Ut57MTvces=",
"owner": "AdnanHodzic",
"repo": "auto-cpufreq",
"rev": "3898246f4b732ed5c5d2f1148fa2375416da4c0d",
"rev": "b6493edc7033beac216b8836af4994e56c6682f4",
"type": "github"
},
"original": {
@@ -95,11 +95,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1744140214,
"narHash": "sha256-iZIA22PlVXMbBA3Df/SmbVj45CiikSofrSCwVT+xNYU=",
"lastModified": 1744914542,
"narHash": "sha256-Q6EKVSHbtWqndGWHw5E+dAN4ds5p+SD5Gyiy3KGN8DM=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "8d9af93d292ef141354d32a91dca041ce324b109",
"rev": "30303c2b08c30085a784abf5c1823bd62dd8d9d7",
"type": "gitlab"
},
"original": {
@@ -271,11 +271,11 @@
]
},
"locked": {
"lastModified": 1744138333,
"narHash": "sha256-l0Vjq1EZoYTfWImVmwsvMEuIdasrBRRCoNTV0rNtYi0=",
"lastModified": 1744919155,
"narHash": "sha256-IJksPW32V9gid9vDxoloJMRk+YGjxq5drFHBFeBkKU8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "760eed59594f2f258db0d66b7ca4a5138681fd97",
"rev": "72526a5f7cde2ef9075637802a1e2a8d2d658f70",
"type": "github"
},
"original": {
@@ -287,11 +287,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1743964447,
"narHash": "sha256-nEo1t3Q0F+0jQ36HJfbJtiRU4OI+/0jX/iITURKe3EE=",
"lastModified": 1744463964,
"narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "063dece00c5a77e4a0ea24e5e5a5bd75232806f8",
"rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650",
"type": "github"
},
"original": {
@@ -359,11 +359,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1744150938,
"narHash": "sha256-MakfYLYXBM4n1JS8En0QDDGFpSEuKfU1WZa9kBBtEbw=",
"lastModified": 1744910471,
"narHash": "sha256-HItOUMA2whFnPMJuyN2XHq9TZttgrgOAZcoUXsaD4Js=",
"owner": "danth",
"repo": "stylix",
"rev": "c8bc1c1d9ec5f3c852da40983ae0e9cfe775dbda",
"rev": "8d5cd725ad591890c0cd804bf68cc842b8afca51",
"type": "github"
},
"original": {

View File

@@ -21,17 +21,17 @@
};
};
fileSystems."/mnt/Garand-Library" = {
device = "//192.168.1.156/Garand-Library";
fsType = "cifs";
options = [
"credentials=/etc/smb-credentials"
"uid=1000"
"gid=100"
"iocharset=utf8"
"x-systemd.automount"
"x-systemd.idle-timeout=60"
"noauto"
];
};
# fileSystems."/mnt/Garand-Library" = {
# device = "//192.168.1.156/Garand-Library";
# fsType = "cifs";
# options = [
# "credentials=/etc/smb-credentials"
# "uid=1000"
# "gid=100"
# "iocharset=utf8"
# "x-systemd.automount"
# "x-systemd.idle-timeout=60"
# "noauto"
# ];
# };
}

View File

@@ -10,5 +10,6 @@
slack
ungoogled-chromium
docker-client
anki-bin
];
}

View File

@@ -92,6 +92,7 @@ in {
mkgidf = "git diff > git-diff.txt";
".." = "cd ..";
kys = "shutdown now";
pasjans = "ttysolitaire -p 10 --no-background-color";
};
};