Update & some packages
This commit is contained in:
parent
f1ce422759
commit
cb7da26656
4 changed files with 131 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, zed, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
|
|
@ -60,6 +60,7 @@ in {
|
|||
gnome-podcasts
|
||||
helvum
|
||||
local.quadcastrgb
|
||||
gnome-sound-recorder
|
||||
|
||||
# Games
|
||||
heroic
|
||||
|
|
@ -92,12 +93,12 @@ in {
|
|||
typst
|
||||
tinymist
|
||||
zotero
|
||||
|
||||
|
||||
# Programming
|
||||
git
|
||||
git-lfs
|
||||
vscode
|
||||
unstable.zed-editor
|
||||
zed.packages.x86_64-linux.zed-editor
|
||||
gcc
|
||||
rustup
|
||||
python3
|
||||
|
|
@ -108,6 +109,8 @@ in {
|
|||
ledit
|
||||
nodejs
|
||||
nil
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
protege # LogIA Course
|
||||
|
||||
# Containers & VMs
|
||||
|
|
@ -132,7 +135,7 @@ in {
|
|||
protonmail-bridge-gui
|
||||
protonmail-desktop
|
||||
protonvpn-gui
|
||||
unstable.proton-pass
|
||||
proton-pass
|
||||
|
||||
# Customization
|
||||
gnome-tweaks
|
||||
|
|
@ -163,7 +166,7 @@ in {
|
|||
|
||||
# Reading
|
||||
"com.github.johnfactotum.Foliate"
|
||||
|
||||
|
||||
# Science
|
||||
"com.github.alexhuntley.Plots"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
# Use the open source version of the kernel module
|
||||
# Only available on driver 515.43.04+
|
||||
open = true;
|
||||
# open = false;
|
||||
|
||||
# Enable the nvidia settings menu
|
||||
nvidiaSettings = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue