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
|
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;
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -42,5 +42,7 @@
|
|||||||
sd
|
sd
|
||||||
pv
|
pv
|
||||||
parallel
|
parallel
|
||||||
|
claude-code
|
||||||
|
inputs.opencode.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user