My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Upgrade flake

Simon R. - fantomitechno (Jun 4, 2026, 4:01 PM +0200) ebed6d9d 27405cde

+18 -10
+9 -9
flake.lock
··· 25 25 ] 26 26 }, 27 27 "locked": { 28 - "lastModified": 1779969295, 29 - "narHash": "sha256-HwIJ3tOcwSMiV75L7KqJXciXR9UfT+d7rwOZMX7cTnA=", 28 + "lastModified": 1780515920, 29 + "narHash": "sha256-8KX2hEeOX6KP3hBBJJI8dGWVrzbOOf1rBPmg/GUG24U=", 30 30 "owner": "nix-community", 31 31 "repo": "home-manager", 32 - "rev": "61e2c9659324181e0f0ed911958c536333b1d4f6", 32 + "rev": "4c5c1e8ba14f1c7475fa31ff11bc1c19cd220974", 33 33 "type": "github" 34 34 }, 35 35 "original": { ··· 67 67 "systems": "systems_2" 68 68 }, 69 69 "locked": { 70 - "lastModified": 1780028373, 71 - "narHash": "sha256-Z7GIgUU5zr7TaPvyCi0mYjpnH2wM47WmA9ZntWA5p7Y=", 70 + "lastModified": 1780548145, 71 + "narHash": "sha256-yi9MLkOqsGrnoZX0B2MaGGM33KQ00mr2L44h/BiPx28=", 72 72 "owner": "nix-community", 73 73 "repo": "nix4vscode", 74 - "rev": "f92cfeabb6ef44ea6de212babf063c4b972bd79c", 74 + "rev": "4aa59925da720e31a2b274be0f440e2c5402f1fa", 75 75 "type": "github" 76 76 }, 77 77 "original": { ··· 82 82 }, 83 83 "nixpkgs": { 84 84 "locked": { 85 - "lastModified": 1779560665, 86 - "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", 85 + "lastModified": 1780243769, 86 + "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=", 87 87 "owner": "NixOS", 88 88 "repo": "nixpkgs", 89 - "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", 89 + "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c", 90 90 "type": "github" 91 91 }, 92 92 "original": {
+1
home/default.nix
··· 75 75 obs-multi-rtmp 76 76 ]; 77 77 }; 78 + # lutris.enable = true; 78 79 }; 79 80 80 81 services = {
+8 -1
hosts/common/configuration.nix
··· 46 46 security.polkit.enable = true; 47 47 virtualisation.docker.enable = true; 48 48 49 - nixpkgs.config.allowUnfree = true; 49 + nixpkgs = { 50 + config = { 51 + allowUnfree = true; 52 + permittedInsecurePackages = [ 53 + "electron-39.8.10" 54 + ]; 55 + }; 56 + }; 50 57 51 58 nix = { 52 59 settings.experimental-features = [