Rename NixOS config to atlas and move packages

This commit is contained in:
Melvin Ragusa
2026-02-04 23:05:15 +01:00
parent c4cd70fd20
commit 6bfde28263
4 changed files with 19 additions and 19 deletions

View File

@@ -51,7 +51,7 @@
username = "pinj"; # Single source of truth for username username = "pinj"; # Single source of truth for username
in in
{ {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.atlas = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
specialArgs = { specialArgs = {
inherit inputs username; inherit inputs username;

View File

@@ -19,26 +19,32 @@
sbctl sbctl
nil nil
nixd nixd
# Wayland
xwayland-satellite xwayland-satellite
grim grim
slurp slurp
btop
mission-center
file-roller
gnome-disk-utility
unzip
zip
p7zip
unrar
# File management # File management
nautilus nautilus
# Editors and browsers # Editor
zed-editor zed-editor
# Zen Browser
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
# Desktop shell # Desktop shell
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
# Terminal # Terminal
ghostty ghostty
claude-code
# Media viewers # Media viewers
loupe loupe
@@ -63,16 +69,6 @@
onlyoffice-desktopeditors onlyoffice-desktopeditors
obsidian obsidian
# System utilities
btop
mission-center
file-roller
gnome-disk-utility
unzip
zip
p7zip
unrar
# Recording # Recording
gpu-screen-recorder gpu-screen-recorder
@@ -88,6 +84,11 @@
protonvpn-gui protonvpn-gui
protonmail-bridge-gui protonmail-bridge-gui
# Game Launchers
faugus-launcher
lutris
heroic
# Cloud sync # Cloud sync
rclone rclone
]; ];

View File

@@ -42,5 +42,7 @@
sd sd
pv pv
parallel parallel
claude-code
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
]; ];
} }

View File

@@ -12,9 +12,6 @@
wineWowPackages.stagingFull wineWowPackages.stagingFull
winetricks winetricks
protontricks protontricks
faugus-launcher
lutris
heroic
]; ];
services.udev.packages = with pkgs; [ services.udev.packages = with pkgs; [