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": {
"locked": {
"lastModified": 1668087632,
"narHash": "sha256-T/cUx44aYDuLMFfaiVpMdTjL4kpG7bh0VkN6JEM78/E=",
"lastModified": 1669320964,
"narHash": "sha256-EBFw+ge12Pcr3qCk8If3/eMBAoQLR7ytndXZoRevUtM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5f588eb4a958f1a526ed8da02d6ea1bea0047b9f",
"rev": "27ccd29078f974ddbdd7edc8e38c8c8ae003c877",
"type": "github"
},
"original": {

View File

@ -140,6 +140,6 @@
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
libreoffice-fresh
# calibre
goldendict
# goldendict
xournal
xournalpp

View File

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