Rename NixOS config to atlas and move packages
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
username = "pinj"; # Single source of truth for username
|
||||
in
|
||||
{
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.atlas = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit inputs username;
|
||||
|
||||
@@ -19,26 +19,32 @@
|
||||
sbctl
|
||||
nil
|
||||
nixd
|
||||
|
||||
# Wayland
|
||||
xwayland-satellite
|
||||
grim
|
||||
slurp
|
||||
btop
|
||||
mission-center
|
||||
file-roller
|
||||
gnome-disk-utility
|
||||
unzip
|
||||
zip
|
||||
p7zip
|
||||
unrar
|
||||
|
||||
# File management
|
||||
nautilus
|
||||
|
||||
# Editors and browsers
|
||||
# Editor
|
||||
zed-editor
|
||||
|
||||
# Zen Browser
|
||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
|
||||
# Desktop shell
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
|
||||
# Terminal
|
||||
ghostty
|
||||
claude-code
|
||||
|
||||
# Media viewers
|
||||
loupe
|
||||
@@ -63,16 +69,6 @@
|
||||
onlyoffice-desktopeditors
|
||||
obsidian
|
||||
|
||||
# System utilities
|
||||
btop
|
||||
mission-center
|
||||
file-roller
|
||||
gnome-disk-utility
|
||||
unzip
|
||||
zip
|
||||
p7zip
|
||||
unrar
|
||||
|
||||
# Recording
|
||||
gpu-screen-recorder
|
||||
|
||||
@@ -88,6 +84,11 @@
|
||||
protonvpn-gui
|
||||
protonmail-bridge-gui
|
||||
|
||||
# Game Launchers
|
||||
faugus-launcher
|
||||
lutris
|
||||
heroic
|
||||
|
||||
# Cloud sync
|
||||
rclone
|
||||
];
|
||||
|
||||
@@ -42,5 +42,7 @@
|
||||
sd
|
||||
pv
|
||||
parallel
|
||||
claude-code
|
||||
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
wineWowPackages.stagingFull
|
||||
winetricks
|
||||
protontricks
|
||||
faugus-launcher
|
||||
lutris
|
||||
heroic
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user