This commit is contained in:
Tao Tien 2023-11-01 18:58:21 -07:00
parent f3687f637d
commit 9ebc393c6f
7 changed files with 41 additions and 41 deletions

View file

@ -1,27 +1,27 @@
{ pkgs, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnumake
unstable.pijul
freecad
clang
rustup
nixpkgs-fmt
nil
bacon bacon
unstable.cargo clang
unstable.cargo-feature
unstable.cargo-rr
clang-tools clang-tools
unstable.clippy
unstable.elf2uf2-rs
etcher etcher
freecad
gcc gcc
gdb gdb
gnumake
lldb lldb
unstable.rust-analyzer nil
unstable.rustfmt nixpkgs-fmt
rustup
unstable.cargo
unstable.cargo-edit unstable.cargo-edit
unstable.cargo-feature
unstable.cargo-rr
unstable.clippy
unstable.elf2uf2-rs
unstable.pijul
unstable.rust-analyzer
unstable.rustc unstable.rustc
unstable.rustfmt
unstable.sccache unstable.sccache
vulkan-loader vulkan-loader
]; ];

View file

@ -2,11 +2,11 @@
imports = [ aagl.nixosModules.default ]; imports = [ aagl.nixosModules.default ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unstable.heroic
unstable.lutris unstable.lutris
unstable.mangohud unstable.mangohud
unstable.prismlauncher unstable.prismlauncher
wine wine
unstable.heroic
# unstable.parsec-bin # unstable.parsec-bin
]; ];

View file

@ -1,6 +1,5 @@
{ lib, pkgs, modulesPath, ... }: { { lib, pkgs, modulesPath, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
localsend
bat bat
bottom bottom
cifs-utils cifs-utils
@ -10,6 +9,7 @@
firefox firefox
git git
helix helix
localsend
mesa mesa
mpv mpv
ouch ouch

View file

@ -1,15 +1,15 @@
{ pkgs, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
qgroundcontrol arduino
qgis-ltr firefox
arduino qgis-ltr
firefox qgroundcontrol
]; ];
networking.hostName = "NObcer"; networking.hostName = "NObcer";
users.users.ssrov = { users.users.ssrov = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "dialout" ]; extraGroups = [ "dialout" ];
hashedPassword = ""; hashedPassword = "";
}; };
} }

View file

@ -6,13 +6,13 @@
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
[ [
# egl-wayland
# mesa # mesa
openrgb # nvidia-vaapi-driver
gwe gwe
liquidctl liquidctl
openrgb
snapper snapper
# egl-wayland
# nvidia-vaapi-driver
]; ];
environment.sessionVariables = { environment.sessionVariables = {

View file

@ -1,8 +1,8 @@
{ pkgs, prescurve, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
prescurve
intel-gpu-tools
# libsForQt5.skanpage # libsForQt5.skanpage
# prescurve
intel-gpu-tools
powertop powertop
]; ];

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
# cider
# enchant # enchant
# expressvpn # expressvpn
# fractal # fractal
@ -13,8 +14,8 @@
appimage-run appimage-run
aspell aspell
aspellDicts.en aspellDicts.en
birdtray
bottles bottles
# cider
darktable darktable
deluge deluge
discord discord
@ -26,31 +27,30 @@
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
obs-studio obs-studio
ocs-url ocs-url
onefetch
onlyoffice-bin onlyoffice-bin
ripgrep-all ripgrep-all
rustdesk rustdesk
snapper snapper
syncthingtray
tectonic tectonic
texlab texlab
thunderbird
tio tio
typst-lsp typst-lsp
unstable.joshuto
unstable.nushell unstable.nushell
unstable.oculante unstable.oculante
unstable.pandoc
unstable.prusa-slicer unstable.prusa-slicer
unstable.starship unstable.starship
unstable.typst unstable.typst
unstable.wezterm unstable.wezterm
unstable.joshuto
unstable.yazi unstable.yazi
virt-manager virt-manager
zathura zathura
zoom-us zoom-us
zoxide zoxide
onefetch
thunderbird
birdtray
syncthingtray
unstable.pandoc
]; ];
programs.mosh.enable = true; programs.mosh.enable = true;
environment.shells = with pkgs; [ unstable.nushell ]; environment.shells = with pkgs; [ unstable.nushell ];