mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Compare commits
4 commits
ffe357cac5
...
38b3bd9cfa
Author | SHA1 | Date | |
---|---|---|---|
![]() |
38b3bd9cfa | ||
![]() |
7100f5e3a6 | ||
![]() |
c2ba0ba0e9 | ||
![]() |
df8f37bb90 |
3 changed files with 15 additions and 8 deletions
11
README.md
11
README.md
|
@ -28,7 +28,7 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X
|
||||||
| Hostname | About | Role | Architecture |
|
| Hostname | About | Role | Architecture |
|
||||||
| ----------:| -----:| ----:| ---------------:|
|
| ----------:| -----:| ----:| ---------------:|
|
||||||
| `shepard` | System76 nebula49 | 🖥️ | `x86_64-linux` |
|
| `shepard` | System76 nebula49 | 🖥️ | `x86_64-linux` |
|
||||||
| `edi` | custom build for homelab stuff | ☁️ | `x86_64-linux` |
|
| `edi` | Home Server | ☁️ | `x86_64-linux` |
|
||||||
| `garrus` | System76 Lemur Pro (lemp13) | 💻 | `x86_64-linux` |
|
| `garrus` | System76 Lemur Pro (lemp13) | 💻 | `x86_64-linux` |
|
||||||
| `drack` | Thinkpad X13s | 💻 | `aarch64-linux` |
|
| `drack` | Thinkpad X13s | 💻 | `aarch64-linux` |
|
||||||
| `jaal` | PineBook Pro | 💻 | `aarch64-linux` |
|
| `jaal` | PineBook Pro | 💻 | `aarch64-linux` |
|
||||||
|
@ -40,9 +40,12 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X
|
||||||
|
|
||||||
| Service | Replacement |
|
| Service | Replacement |
|
||||||
| ---------:| -----------:|
|
| ---------:| -----------:|
|
||||||
| Immich | Google Photos |
|
| `Immich` | `Google Photos` |
|
||||||
| Navidrome | Google Music |
|
| `Navidrome` | `Google Music` |
|
||||||
| Jellyfin | Netflix |
|
| `Jellyfin` | `Netflix` |
|
||||||
|
| `Audiobookshelf` | `Audible` |
|
||||||
|
| `Kavita` | `Google Play Books` |
|
||||||
|
| `Forgejo` | `GitHub` |
|
||||||
|
|
||||||
### Desktop Nix files: (nix-configs/desktops/)
|
### Desktop Nix files: (nix-configs/desktops/)
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,9 @@
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
# nixpkgs CLI tools
|
||||||
avahi
|
avahi
|
||||||
dmidecode
|
dmidecode
|
||||||
firefox
|
|
||||||
freshfetch
|
freshfetch
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
|
@ -73,8 +73,13 @@
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
xz
|
xz
|
||||||
|
zellij
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
|
# GUI tools
|
||||||
|
firefox
|
||||||
|
|
||||||
|
# Flake CLI tools
|
||||||
inputs.pinix.packages.${system}.default
|
inputs.pinix.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# COSMIC
|
# COSMIC
|
||||||
services.xserver = {
|
services = {
|
||||||
enable = true;
|
displayManager.cosmic-greeter.enable = true;
|
||||||
displayManager.gdm.enable = true;
|
|
||||||
desktopManager.cosmic.enable = true;
|
desktopManager.cosmic.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue