Compare commits

...

3 Commits

Author SHA1 Message Date
Dave Gallant
13cc435bec nix flake update: 2024-12-19 03:17:03 UTC
unpacking 'github:NixOS/nixpkgs/e009ea757ee2f763270839c561f0c3e5b1fc873c' into the Git cache...
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/1af8300a2de7019bcd46767d13b9616a737c58ec?narHash=sha256-5GBXouhNa1P8LYPhDSNpNsG4cGW3sLb4%2BwYI4fBHUWQ%3D' (2024-12-18)
  → 'github:NixOS/nixpkgs/e009ea757ee2f763270839c561f0c3e5b1fc873c?narHash=sha256-ENPMtv1ZEsLtI3dATnRGl3DKAJ8GJgL5oIzQQRot7n0%3D' (2024-12-19)
2024-12-18 22:17:03 -05:00
Dave Gallant
fff2e9f812 Add wine 2024-12-18 22:15:51 -05:00
Dave Gallant
022a8b59b6 Enable flatpak 2024-12-18 20:38:44 -05:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -429,11 +429,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1734557858,
"narHash": "sha256-5GBXouhNa1P8LYPhDSNpNsG4cGW3sLb4+wYI4fBHUWQ=",
"lastModified": 1734578106,
"narHash": "sha256-ENPMtv1ZEsLtI3dATnRGl3DKAJ8GJgL5oIzQQRot7n0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1af8300a2de7019bcd46767d13b9616a737c58ec",
"rev": "e009ea757ee2f763270839c561f0c3e5b1fc873c",
"type": "github"
},
"original": {

View File

@@ -89,7 +89,6 @@ in
albert
android-tools
blender
cartridges
cryptsetup
discord
docker
@@ -106,7 +105,6 @@ in
libation
lm_sensors
logseq
master.lutris
mitmproxy
mullvad-vpn
netdata
@@ -132,6 +130,7 @@ in
virt-manager
vlc
whois
wine
wireshark-qt
]
++ gnomeExtensions;
@@ -253,6 +252,7 @@ in
workstation = true;
};
};
flatpak.enable = true;
gnome.gnome-keyring.enable = true;
mullvad-vpn.enable = false;
printing.enable = true;