NixOS 24.11: chore

This commit is contained in:
Daniel Langbein 2024-12-03 22:16:26 +01:00
parent c20d940283
commit 01fd04d909
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
10 changed files with 38 additions and 38 deletions

View File

@ -9,7 +9,7 @@
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
gnome.gnome-boxes # Virtual machines gnome-boxes # Virtual machines
]; ];
}; };

View File

@ -2,7 +2,7 @@
{ {
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
gnome.file-roller # Archive manager: Compress and decompress file-roller # Archive manager: Compress and decompress
lz4 # Add support to extract lz4 archives lz4 # Add support to extract lz4 archives
]; ];
}; };

View File

@ -45,13 +45,13 @@
# #
# Chess # Chess
# #
gnome.gnome-chess # Play the classic two-player boardgame of chess gnome-chess # Play the classic two-player boardgame of chess
gnuchess # GNU Chess engine. Can be used by gnome-chess. gnuchess # GNU Chess engine. Can be used by gnome-chess.
# #
# Mines # Mines
# #
gnome.gnome-mines # Clear hidden mines from a minefield. gnome-mines # Clear hidden mines from a minefield.
libremines libremines
# #
@ -63,9 +63,9 @@
armagetronad # A multiplayer networked arcade racing game in 3D similar to Tron armagetronad # A multiplayer networked arcade racing game in 3D similar to Tron
neverball # Tilt the floor to roll a ball neverball # Tilt the floor to roll a ball
gnujump # 2D jump game gnujump # 2D jump game
gnome.gnome-nibbles # Guide a worm around a maze gnome-nibbles # Guide a worm around a maze
gnome.gnome-taquin # Move tiles so that they reach their places gnome-taquin # Move tiles so that they reach their places
gnome.gnome-tetravex # Complete the puzzle by matching numbered tiles gnome-tetravex # Complete the puzzle by matching numbered tiles
gnugo # GNU Go - A computer go player gnugo # GNU Go - A computer go player
sweethome3d.application # Design and visualize your future home. Does not start as of 2024-01-21, see https://github.com/NixOS/nixpkgs/issues/270010 sweethome3d.application # Design and visualize your future home. Does not start as of 2024-01-21, see https://github.com/NixOS/nixpkgs/issues/270010

View File

@ -26,28 +26,28 @@
baobab # Disk usage analyzer baobab # Disk usage analyzer
snapshot # Camera snapshot # Camera
gnome-connections # Remote desktop client (VNC, RDP) gnome-connections # Remote desktop client (VNC, RDP)
gnome.gnome-logs # Systemd journal log viewer gnome-logs # Systemd journal log viewer
gnome-photos gnome-photos
gnome-tour # Introduction to GNOME gnome-tour # Introduction to GNOME
gnome-console # Terminal emulator. TODO Can the color scheme be configured with dconf? gnome-console # Terminal emulator. TODO Can the color scheme be configured with dconf?
gnome.cheese # Webcam viewer cheese # Webcam viewer
gnome.gnome-music # Music player gnome-music # Music player
gnome.epiphany # Web browser epiphany # Web browser
gnome.geary # Email geary # Email
gnome.simple-scan # Scanning simple-scan # Scanning
gnome.file-roller # Archive manager: Compress and decompress file-roller # Archive manager: Compress and decompress
gnome.gnome-calendar # Calendar gnome-calendar # Calendar
gnome.gnome-weather # Weather forcast gnome-weather # Weather forcast
gnome.gnome-clocks # Clock and timer gnome-clocks # Clock and timer
gnome.gnome-characters # Emoji keyboard/picker gnome-characters # Emoji keyboard/picker
gnome.gnome-contacts # Address book gnome-contacts # Address book
gnome.gnome-maps # Map and navigation gnome-maps # Map and navigation
gnome.gnome-font-viewer # View and install fonts gnome-font-viewer # View and install fonts
gnome.gnome-system-monitor # Resource monitor / task manager gnome-system-monitor # Resource monitor / task manager
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO) gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
gnome.gnome-calculator gnome-calculator
gnome.totem # Video player totem # Video player
gnome.yelp # GNOME help yelp # GNOME help
]); ]);
# Configure keymap in X11. # Configure keymap in X11.

View File

@ -7,6 +7,6 @@
nextcloud-client nextcloud-client
# Python bindings for Nautilus (GNOME Files) extension API. # Python bindings for Nautilus (GNOME Files) extension API.
# TODO: If GNOME nautilus is installed # TODO: If GNOME nautilus is installed
gnome.nautilus-python nautilus-python
]; ];
} }

View File

@ -154,7 +154,7 @@
home.sessionVariables.GSM_SKIP_SSH_AGENT_WORKAROUND = "1"; home.sessionVariables.GSM_SKIP_SSH_AGENT_WORKAROUND = "1";
# Disable gnome-keyring ssh-agent # Disable gnome-keyring ssh-agent
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = '' xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
${lib.fileContents "${pkgs.gnome3.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop"} ${lib.fileContents "${pkgs.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop"}
Hidden=true Hidden=true
''; '';

View File

@ -61,7 +61,7 @@
users.users.yoda = { users.users.yoda = {
extraGroups = [ "scanner" "lp" ]; extraGroups = [ "scanner" "lp" ];
packages = with pkgs; [ packages = with pkgs; [
gnome.simple-scan simple-scan
]; ];
}; };
} }

View File

@ -6,8 +6,8 @@
htop # Terminal resource monitor / task manager htop # Terminal resource monitor / task manager
colmena colmena
gnome.gnome-tweaks gnome-tweaks
gnome.dconf-editor dconf-editor
unstable.resources # Resource monitor / task manager unstable.resources # Resource monitor / task manager
#gnome-secrets # Password manager (Native Wayland client), but very slow. #gnome-secrets # Password manager (Native Wayland client), but very slow.

View File

@ -24,8 +24,8 @@
identity # Comparing multiple versions of an image or video identity # Comparing multiple versions of an image or video
obs-studio # Video recording and live streaming. obs-studio # Video recording and live streaming.
# obs-studio-plugins.obs-vaapi # gstreammer based VAAPI for H.264, H.265 and AV1 encoding. On some AMD hardware this may perform bettern than FFmpeg VAAPI. # obs-studio-plugins.obs-vaapi # gstreammer based VAAPI for H.264, H.265 and AV1 encoding. On some AMD hardware this may perform bettern than FFmpeg VAAPI.
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO) gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
gnome.gnome-calculator gnome-calculator
#unstable.fractal # Matrix chat client. #unstable.fractal # Matrix chat client.
# Other Matrix clients. # Other Matrix clients.
@ -95,10 +95,10 @@
unstable.libreoffice-fresh # TODO Switch to stable NixOS again unstable.libreoffice-fresh # TODO Switch to stable NixOS again
zotero # Collect, organize, cite, and share your research sources zotero # Collect, organize, cite, and share your research sources
anki-bin # Flashcards. anki-bin # Flashcards.
transmission-gtk # BitTorrent client transmission_4-gtk # BitTorrent client
gnome-solanum # Pomodoro timer gnome-solanum # Pomodoro timer
gnome.gnome-contacts # Contacts gnome-contacts # Contacts
gnome.gnome-calendar # Calendar gnome-calendar # Calendar
#unstable.planify # Tasks #unstable.planify # Tasks
#endeavour # Tasks #endeavour # Tasks
#unstable.errands # Tasks #unstable.errands # Tasks
@ -110,7 +110,7 @@
# GIS # GIS
# #
gnome.gnome-maps # Map and GPX viewer, personal and public navigation gnome-maps # Map and GPX viewer, personal and public navigation
gpxsee # GPX viewer and analyzer gpxsee # GPX viewer and analyzer
#qgis #qgis

View File

@ -11,7 +11,7 @@
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
gnome.networkmanager-openconnect # Openconnect VPN networkmanager-openconnect # Openconnect VPN
]; ];
}; };
} }