Compare commits

..

No commits in common. "e3a8bdfcf07929f7da70c7b5b52096bd8f1e1484" and "1bd6e533dcd906ffed29ec29c023dcfd2070b698" have entirely different histories.

4 changed files with 9 additions and 17 deletions

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs-stable": {
"locked": {
"lastModified": 1749086602,
"narHash": "sha256-DJcgJMekoxVesl9kKjfLPix2Nbr42i7cpEHJiTnBUwU=",
"lastModified": 1746055187,
"narHash": "sha256-3dqArYSMP9hM7Qpy5YWhnSjiqniSaT2uc5h2Po7tmg0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4792576cb003c994bd7cc1edada3129def20b27d",
"rev": "3e362ce63e16b9572d8c2297c04f7c19ab6725a5",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "system config";
inputs = {
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-25.05";
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};

View file

@ -48,7 +48,7 @@
#time.timeZone = "America/Barbados";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
i18n.defaultLocale = "en_US.utf8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "nl_BE.utf8";
LC_IDENTIFICATION = "nl_BE.utf8";
@ -86,13 +86,12 @@
# sensitivity = 90; # default: 128
speed = 110; # default: 97
};
hardware.logitech.wireless.enable = true;
# Huion tablet:
hardware.opentabletdriver.enable = true;
# Sound...
services.pulseaudio.enable = false;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -201,10 +200,6 @@
GTK_OVERLAY_SCROLLING = 0;
};
services.udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTR{power/wakeup}="disabled"
'';
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View file

@ -36,7 +36,7 @@ in [
fuse3 # User space filesystems - need this to run AppImages with steam-run
gnupg
bottles # Wrapper around wine
kdePackages.filelight # Disk space analysis
filelight # Disk space analysis
dconf-editor
gnome-calculator
gnome-disk-utility
@ -47,7 +47,7 @@ in [
# Programming
git
kdePackages.kate
kate
vim
vimPlugins.vim-nix
graphviz
@ -104,7 +104,6 @@ in [
cheese
playerctl # command line media control (play/pause)
finamp
easyeffects
# Belgian eID software and hardware drivers
eid-mw
@ -115,6 +114,4 @@ in [
libacr38u
scmccid
qdigidoc
solaar # extra options for logitech mouse
]