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": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1734557858, "lastModified": 1734578106,
"narHash": "sha256-5GBXouhNa1P8LYPhDSNpNsG4cGW3sLb4+wYI4fBHUWQ=", "narHash": "sha256-ENPMtv1ZEsLtI3dATnRGl3DKAJ8GJgL5oIzQQRot7n0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1af8300a2de7019bcd46767d13b9616a737c58ec", "rev": "e009ea757ee2f763270839c561f0c3e5b1fc873c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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