mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-12-03 23:55:04 +01:00
NixOS 24.11: chore
This commit is contained in:
parent
c20d940283
commit
01fd04d909
@ -9,7 +9,7 @@
|
||||
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
gnome.gnome-boxes # Virtual machines
|
||||
gnome-boxes # Virtual machines
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
users.users.yoda = {
|
||||
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
|
||||
];
|
||||
};
|
||||
|
@ -45,13 +45,13 @@
|
||||
#
|
||||
# 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.
|
||||
|
||||
#
|
||||
# Mines
|
||||
#
|
||||
gnome.gnome-mines # Clear hidden mines from a minefield.
|
||||
gnome-mines # Clear hidden mines from a minefield.
|
||||
libremines
|
||||
|
||||
#
|
||||
@ -63,9 +63,9 @@
|
||||
armagetronad # A multiplayer networked arcade racing game in 3D similar to Tron
|
||||
neverball # Tilt the floor to roll a ball
|
||||
gnujump # 2D jump game
|
||||
gnome.gnome-nibbles # Guide a worm around a maze
|
||||
gnome.gnome-taquin # Move tiles so that they reach their places
|
||||
gnome.gnome-tetravex # Complete the puzzle by matching numbered tiles
|
||||
gnome-nibbles # Guide a worm around a maze
|
||||
gnome-taquin # Move tiles so that they reach their places
|
||||
gnome-tetravex # Complete the puzzle by matching numbered tiles
|
||||
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
|
||||
|
||||
|
@ -26,28 +26,28 @@
|
||||
baobab # Disk usage analyzer
|
||||
snapshot # Camera
|
||||
gnome-connections # Remote desktop client (VNC, RDP)
|
||||
gnome.gnome-logs # Systemd journal log viewer
|
||||
gnome-logs # Systemd journal log viewer
|
||||
gnome-photos
|
||||
gnome-tour # Introduction to GNOME
|
||||
gnome-console # Terminal emulator. TODO Can the color scheme be configured with dconf?
|
||||
gnome.cheese # Webcam viewer
|
||||
gnome.gnome-music # Music player
|
||||
gnome.epiphany # Web browser
|
||||
gnome.geary # Email
|
||||
gnome.simple-scan # Scanning
|
||||
gnome.file-roller # Archive manager: Compress and decompress
|
||||
gnome.gnome-calendar # Calendar
|
||||
gnome.gnome-weather # Weather forcast
|
||||
gnome.gnome-clocks # Clock and timer
|
||||
gnome.gnome-characters # Emoji keyboard/picker
|
||||
gnome.gnome-contacts # Address book
|
||||
gnome.gnome-maps # Map and navigation
|
||||
gnome.gnome-font-viewer # View and install fonts
|
||||
gnome.gnome-system-monitor # Resource monitor / task manager
|
||||
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
||||
gnome.gnome-calculator
|
||||
gnome.totem # Video player
|
||||
gnome.yelp # GNOME help
|
||||
cheese # Webcam viewer
|
||||
gnome-music # Music player
|
||||
epiphany # Web browser
|
||||
geary # Email
|
||||
simple-scan # Scanning
|
||||
file-roller # Archive manager: Compress and decompress
|
||||
gnome-calendar # Calendar
|
||||
gnome-weather # Weather forcast
|
||||
gnome-clocks # Clock and timer
|
||||
gnome-characters # Emoji keyboard/picker
|
||||
gnome-contacts # Address book
|
||||
gnome-maps # Map and navigation
|
||||
gnome-font-viewer # View and install fonts
|
||||
gnome-system-monitor # Resource monitor / task manager
|
||||
gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
||||
gnome-calculator
|
||||
totem # Video player
|
||||
yelp # GNOME help
|
||||
]);
|
||||
|
||||
# Configure keymap in X11.
|
||||
|
@ -7,6 +7,6 @@
|
||||
nextcloud-client
|
||||
# Python bindings for Nautilus (GNOME Files) extension API.
|
||||
# TODO: If GNOME nautilus is installed
|
||||
gnome.nautilus-python
|
||||
nautilus-python
|
||||
];
|
||||
}
|
||||
|
@ -154,7 +154,7 @@
|
||||
home.sessionVariables.GSM_SKIP_SSH_AGENT_WORKAROUND = "1";
|
||||
# Disable gnome-keyring ssh-agent
|
||||
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
|
||||
'';
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
users.users.yoda = {
|
||||
extraGroups = [ "scanner" "lp" ];
|
||||
packages = with pkgs; [
|
||||
gnome.simple-scan
|
||||
simple-scan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -6,8 +6,8 @@
|
||||
htop # Terminal resource monitor / task manager
|
||||
colmena
|
||||
|
||||
gnome.gnome-tweaks
|
||||
gnome.dconf-editor
|
||||
gnome-tweaks
|
||||
dconf-editor
|
||||
unstable.resources # Resource monitor / task manager
|
||||
|
||||
#gnome-secrets # Password manager (Native Wayland client), but very slow.
|
||||
|
@ -24,8 +24,8 @@
|
||||
identity # Comparing multiple versions of an image or video
|
||||
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.
|
||||
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
||||
gnome.gnome-calculator
|
||||
gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
||||
gnome-calculator
|
||||
|
||||
#unstable.fractal # Matrix chat client.
|
||||
# Other Matrix clients.
|
||||
@ -95,10 +95,10 @@
|
||||
unstable.libreoffice-fresh # TODO Switch to stable NixOS again
|
||||
zotero # Collect, organize, cite, and share your research sources
|
||||
anki-bin # Flashcards.
|
||||
transmission-gtk # BitTorrent client
|
||||
transmission_4-gtk # BitTorrent client
|
||||
gnome-solanum # Pomodoro timer
|
||||
gnome.gnome-contacts # Contacts
|
||||
gnome.gnome-calendar # Calendar
|
||||
gnome-contacts # Contacts
|
||||
gnome-calendar # Calendar
|
||||
#unstable.planify # Tasks
|
||||
#endeavour # Tasks
|
||||
#unstable.errands # Tasks
|
||||
@ -110,7 +110,7 @@
|
||||
# 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
|
||||
|
||||
#qgis
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
gnome.networkmanager-openconnect # Openconnect VPN
|
||||
networkmanager-openconnect # Openconnect VPN
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user