Compare commits

...

4 Commits

Author SHA1 Message Date
Dave Gallant
8baa55da8f Add albert back 2024-12-18 20:16:09 -05:00
Dave Gallant
e005d93a49 Cleanup wine 2024-12-18 17:52:29 -05:00
Dave Gallant
2a7d70bbcf nix flake update: 2024-12-18 21:47:54 UTC
unpacking 'github:NixOS/nixpkgs/1af8300a2de7019bcd46767d13b9616a737c58ec' into the Git cache...
unpacking 'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee' into the Git cache...
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/6bf34768e50c88c8cad1870788643488c9ae1297?narHash=sha256-setBF2cjBvQSIt%2Bgc%2BUfMqK/FULHG8wK/xuQaJUgtrs%3D' (2024-12-17)
  → 'github:NixOS/nixpkgs/1af8300a2de7019bcd46767d13b9616a737c58ec?narHash=sha256-5GBXouhNa1P8LYPhDSNpNsG4cGW3sLb4%2BwYI4fBHUWQ%3D' (2024-12-18)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2?narHash=sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU%3D' (2024-12-13)
  → 'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
2024-12-18 16:47:54 -05:00
Dave Gallant
b691a89566 Add lutris and fix WINEPREFIX 2024-12-18 16:44:33 -05:00
3 changed files with 10 additions and 15 deletions

12
flake.lock generated
View File

@@ -429,11 +429,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1734468145,
"narHash": "sha256-setBF2cjBvQSIt+gc+UfMqK/FULHG8wK/xuQaJUgtrs=",
"lastModified": 1734557858,
"narHash": "sha256-5GBXouhNa1P8LYPhDSNpNsG4cGW3sLb4+wYI4fBHUWQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6bf34768e50c88c8cad1870788643488c9ae1297",
"rev": "1af8300a2de7019bcd46767d13b9616a737c58ec",
"type": "github"
},
"original": {
@@ -445,11 +445,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1734126203,
"narHash": "sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU=",
"lastModified": 1734435836,
"narHash": "sha256-kMBQ5PRiFLagltK0sH+08aiNt3zGERC2297iB6vrvlU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "71a6392e367b08525ee710a93af2e80083b5b3e2",
"rev": "4989a246d7a390a859852baddb1013f825435cee",
"type": "github"
},
"original": {

View File

@@ -155,11 +155,6 @@ in
export GOPATH=~/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
export WINEPREFIX=~/.wine32
# homebrew for x86
export PATH=$PATH:/usr/local/homebrew/bin
'';
initExtra = ''

View File

@@ -4,6 +4,7 @@
modulesPath,
pkgs,
unstable,
master,
...
}:
let
@@ -85,6 +86,7 @@ in
environment.systemPackages =
with pkgs;
[
albert
android-tools
blender
cartridges
@@ -104,7 +106,8 @@ in
libation
lm_sensors
logseq
# mitmproxy
master.lutris
mitmproxy
mullvad-vpn
netdata
nfs-utils
@@ -116,7 +119,6 @@ in
sbx-h6-rgb
strace
traceroute
ulauncher
unstable.burpsuite
unstable.dotnet-sdk_8
unstable.ryujinx
@@ -130,8 +132,6 @@ in
virt-manager
vlc
whois
wine
wine64
wireshark-qt
]
++ gnomeExtensions;