1
0
Fork 0

Compare commits

..

No commits in common. "f1884639309ed997ceab92fbeec86d8cb4536c45" and "b18788a9eb4ecc8e9cb74c4de82404014e940a69" have entirely different histories.

3 changed files with 10 additions and 18 deletions

View file

@ -249,15 +249,15 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1721221863, "lastModified": 1722278305,
"narHash": "sha256-kWPoGIiAG6gYBukAQRTeG9U5eFmdSqQeeAiv/nydzfE=", "narHash": "sha256-xLBAegsn9wbj+pQfbX07kykd5VBV3Ywk3IbObVAAlWA=",
"owner": "8bitbuddhist", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "13dee7858df0a2fb963b25157229b24188fc94e6", "rev": "eab049fe178c11395d65a858ba1b56461ba9652d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "8bitbuddhist", "owner": "NixOS",
"ref": "master", "ref": "master",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"type": "github" "type": "github"
@ -297,11 +297,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1722221733, "lastModified": 1722087241,
"narHash": "sha256-sga9SrrPb+pQJxG1ttJfMPheZvDOxApFfwXCFO0H9xw=", "narHash": "sha256-2ShmEaFi0kJVOEEu5gmlykN5dwjWYWYUJmlRTvZQRpU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12bf09802d77264e441f48e25459c10c93eada2e", "rev": "8c50662509100d53229d4be607f1a3a31157fa12",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1"; lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
# NixOS hardware quirks # NixOS hardware quirks
nixos-hardware.url = "github:8bitbuddhist/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# Home-manager support # Home-manager support
home-manager = { home-manager = {

View file

@ -14,16 +14,8 @@ with lib;
enable = true; enable = true;
packages = [ packages = [
"org.onlyoffice.desktopeditors" "org.onlyoffice.desktopeditors"
#"us.zoom.Zoom" "us.zoom.Zoom"
]; ];
}; };
# Downgrade Zoom due to https://github.com/flathub/us.zoom.Zoom/issues/471
services.flatpak.packages = [
{
appId = "us.zoom.Zoom";
commit = "b9505f108b5f9acb2bbad83ac66f97b42bc6a75b9c28ed7b75dec1040e013305";
}
];
}; };
} }