update nixos
This commit is contained in:
parent
d7cdd2a2b3
commit
25f079383f
@ -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": {
|
||||||
|
@ -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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# jabref
|
# jabref
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
# calibre
|
# calibre
|
||||||
goldendict
|
# goldendict
|
||||||
|
|
||||||
xournal
|
xournal
|
||||||
xournalpp
|
xournalpp
|
||||||
|
4
sway.nix
4
sway.nix
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user