Compare commits

..

No commits in common. "38b3bd9cfa8c0f058435afe51d64e9d7e506c5ea" and "ffe357cac53bf2ba2334513d96cfe8c452f403a6" have entirely different histories.

3 changed files with 8 additions and 15 deletions

View file

@ -28,7 +28,7 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X
| Hostname | About | Role | Architecture |
| ----------:| -----:| ----:| ---------------:|
| `shepard` | System76 nebula49 | 🖥️ | `x86_64-linux` |
| `edi` | Home Server | ☁️ | `x86_64-linux` |
| `edi` | custom build for homelab stuff | ☁️ | `x86_64-linux` |
| `garrus` | System76 Lemur Pro (lemp13) | 💻 | `x86_64-linux` |
| `drack` | Thinkpad X13s | 💻 | `aarch64-linux` |
| `jaal` | PineBook Pro | 💻 | `aarch64-linux` |
@ -40,12 +40,9 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X
| Service | Replacement |
| ---------:| -----------:|
| `Immich` | `Google Photos` |
| `Navidrome` | `Google Music` |
| `Jellyfin` | `Netflix` |
| `Audiobookshelf` | `Audible` |
| `Kavita` | `Google Play Books` |
| `Forgejo` | `GitHub` |
| Immich | Google Photos |
| Navidrome | Google Music |
| Jellyfin | Netflix |
### Desktop Nix files: (nix-configs/desktops/)

View file

@ -60,9 +60,9 @@
environment.systemPackages =
with pkgs;
[
# nixpkgs CLI tools
avahi
dmidecode
firefox
freshfetch
git
git-lfs
@ -73,13 +73,8 @@
unzip
wget
xz
zellij
zlib
# GUI tools
firefox
# Flake CLI tools
inputs.pinix.packages.${system}.default
];

View file

@ -2,8 +2,9 @@
{
# COSMIC
services = {
displayManager.cosmic-greeter.enable = true;
services.xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.cosmic.enable = true;
};