Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-10-15 08:32:10 +02:00
parent 689d856e88
commit ff26db54b4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 13 additions and 3014 deletions

18
flake.lock generated
View file

@ -42,11 +42,11 @@
},
"emacs-overlay": {
"locked": {
"lastModified": 1634180865,
"narHash": "sha256-pH/Iu7944FFC7dp1PyCL4SFtEPTNueZFsjB05O6Vl8M=",
"lastModified": 1634263047,
"narHash": "sha256-OiJmWttLa92BI6YsvtNvtEPsCC6vUVeCWSN0I39KhYU=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "2ead7f541f7d5d8d2447dbef663fce3416710322",
"rev": "dcdb2e20a30c851b204cd0ab7a7d4745c6af7ff6",
"type": "github"
},
"original": {
@ -77,11 +77,11 @@
]
},
"locked": {
"lastModified": 1634162770,
"narHash": "sha256-ul1hN+gjDOPw85YLO/GXYadbcDAh60SpTKyDW3K2uPo=",
"lastModified": 1634230035,
"narHash": "sha256-tS0dyWxVgb79Jk8elMthWv/oycj/Q4HHDoNL5V43kz8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "13e00b70a42959835190576a80fe9d8ebab062f2",
"rev": "309808afbc2a07e340067f66029a4202b4c4b959",
"type": "github"
},
"original": {
@ -92,11 +92,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1633971123,
"narHash": "sha256-WmI4NbH1IPGFWVkuBkKoYgOnxgwSfWDgdZplJlQ93vA=",
"lastModified": 1634172192,
"narHash": "sha256-FBF4U/T+bMg4sEyT/zkgasvVquGzgdAf4y8uCosKMmo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e4ef597edfd8a0ba5f12362932fc9b1dd01a0aef",
"rev": "2cf9db0e3d45b9d00f16f2836cb1297bcadc475e",
"type": "github"
},
"original": {

View file

@ -30,7 +30,10 @@
enable = true;
android.enable = true;
};
games.enable = true;
games = {
enable = true;
steam.enable = false;
};
graphical.enable = true;
programs = {
calibre.enable = false;

View file

@ -7,18 +7,6 @@
};
config = lib.mkIf config.chvp.graphical.qutebrowser.enable {
nixpkgs.overlays = [
(self: super: {
qutebrowser = super.qutebrowser.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(self.fetchpatch {
url = "https://github.com/qutebrowser/qutebrowser/pull/6626.patch";
sha256 = "aWhkUQ2eaLNiQwxRTbzfFrM0TrDSKtPKinjGu/RknLk=";
})
];
});
})
];
chvp.base.zfs.homeLinks = [
{ path = ".config/qutebrowser"; type = "data"; }
{ path = ".local/share/qutebrowser"; type = "cache"; }

File diff suppressed because it is too large Load diff