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