upgrade to 25.05
This commit is contained in:
parent
7f0070e14c
commit
e3a8bdfcf0
4 changed files with 13 additions and 9 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#time.timeZone = "America/Barbados";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.utf8";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "nl_BE.utf8";
|
||||
LC_IDENTIFICATION = "nl_BE.utf8";
|
||||
|
|
@ -86,12 +86,13 @@
|
|||
# sensitivity = 90; # default: 128
|
||||
speed = 110; # default: 97
|
||||
};
|
||||
hardware.logitech.wireless.enable = true;
|
||||
|
||||
# Huion tablet:
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
# Sound...
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ in [
|
|||
fuse3 # User space filesystems - need this to run AppImages with steam-run
|
||||
gnupg
|
||||
bottles # Wrapper around wine
|
||||
filelight # Disk space analysis
|
||||
kdePackages.filelight # Disk space analysis
|
||||
dconf-editor
|
||||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
|
|
@ -47,7 +47,7 @@ in [
|
|||
|
||||
# Programming
|
||||
git
|
||||
kate
|
||||
kdePackages.kate
|
||||
vim
|
||||
vimPlugins.vim-nix
|
||||
graphviz
|
||||
|
|
@ -104,6 +104,7 @@ in [
|
|||
cheese
|
||||
playerctl # command line media control (play/pause)
|
||||
finamp
|
||||
easyeffects
|
||||
|
||||
# Belgian eID software and hardware drivers
|
||||
eid-mw
|
||||
|
|
@ -114,4 +115,6 @@ in [
|
|||
libacr38u
|
||||
scmccid
|
||||
qdigidoc
|
||||
|
||||
solaar # extra options for logitech mouse
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue