update nixos

This commit is contained in:
Gabriel Ebner 2022-11-25 18:46:27 -08:00
parent d7cdd2a2b3
commit 25f079383f
4 changed files with 5 additions and 9 deletions

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1668087632, "lastModified": 1669320964,
"narHash": "sha256-T/cUx44aYDuLMFfaiVpMdTjL4kpG7bh0VkN6JEM78/E=", "narHash": "sha256-EBFw+ge12Pcr3qCk8If3/eMBAoQLR7ytndXZoRevUtM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5f588eb4a958f1a526ed8da02d6ea1bea0047b9f", "rev": "27ccd29078f974ddbdd7edc8e38c8c8ae003c877",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -140,6 +140,6 @@
ACTION=="add", KERNEL=="i2c-[0-9]*", GROUP="wheel", MODE="666" ACTION=="add", KERNEL=="i2c-[0-9]*", GROUP="wheel", MODE="666"
''; '';
system.stateVersion = "21.05"; system.stateVersion = "22.11";
} }

View File

@ -10,7 +10,7 @@
# jabref # jabref
libreoffice-fresh libreoffice-fresh
# calibre # calibre
goldendict # goldendict
xournal xournal
xournalpp xournalpp

View File

@ -42,10 +42,6 @@
xorg.xlsclients xorg.xlsclients
]; ];
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
firefox = firefox-wayland;
};
# services.dbus.socketActivated = true; # services.dbus.socketActivated = true;
programs.sway = { programs.sway = {