Compare commits
3 commits
c43470c485
...
891eb95dbd
Author | SHA1 | Date | |
---|---|---|---|
|
891eb95dbd | ||
|
c88ae10abd | ||
|
3eb4517ea3 |
4 changed files with 36 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
||||||
--target=/etc
|
--target=/etc/nixos
|
||||||
--ignore=.stowrc
|
--ignore=.stowrc
|
||||||
--ignore=DS_Store
|
--ignore=DS_Store
|
3
nixos/.stowrc
Normal file
3
nixos/.stowrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
--target=/etc/nixos
|
||||||
|
--ignore=.stowrc
|
||||||
|
--ignore=DS_Store
|
|
@ -247,7 +247,10 @@
|
||||||
gradle
|
gradle
|
||||||
gcc
|
gcc
|
||||||
dotnetCorePackages.sdk_8_0_3xx
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
|
(pkgs.writeShellScriptBin "python" ''
|
||||||
|
export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH
|
||||||
|
exec ${pkgs.python312}/bin/python "$@"
|
||||||
|
'')
|
||||||
# noisetorch
|
# noisetorch
|
||||||
# yad
|
# yad
|
||||||
# unzip
|
# unzip
|
||||||
|
@ -286,6 +289,25 @@
|
||||||
glib
|
glib
|
||||||
glibc
|
glibc
|
||||||
# === Ludusavi ===
|
# === Ludusavi ===
|
||||||
|
|
||||||
|
# === html wallpaper ===
|
||||||
|
python312Packages.pyqt6-webengine
|
||||||
|
# ===
|
||||||
|
|
||||||
|
zlib
|
||||||
|
zstd
|
||||||
|
stdenv.cc.cc
|
||||||
|
curl
|
||||||
|
openssl
|
||||||
|
attr
|
||||||
|
libssh
|
||||||
|
bzip2
|
||||||
|
libxml2
|
||||||
|
acl
|
||||||
|
libsodium
|
||||||
|
util-linux
|
||||||
|
xz
|
||||||
|
systemd
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
18
nixos/flake.lock
generated
18
nixos/flake.lock
generated
|
@ -61,11 +61,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743346616,
|
"lastModified": 1743438213,
|
||||||
"narHash": "sha256-AB/ve2el1TB7k4iyogHGCVlWVkrhp3+4FKKMr1W5iKQ=",
|
"narHash": "sha256-ZZDN+0v1r4I1xkQWlt8euOJv5S4EvElUCZMrDjTCEsY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "1d2ed9c503cf41ca7f3db091edc8519dcdcd8b41",
|
"rev": "ccd7df836e1f42ea84806760f25b77b586370259",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -99,11 +99,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743231893,
|
"lastModified": 1743367904,
|
||||||
"narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=",
|
"narHash": "sha256-sOos1jZGKmT6xxPvxGQyPTApOunXvScV4lNjBCXd/CI=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c570c1f5304493cafe133b8d843c7c1c4a10d3a6",
|
"rev": "7ffe0edc685f14b8c635e3d6591b0bbb97365e6c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -157,11 +157,11 @@
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743095683,
|
"lastModified": 1743315132,
|
||||||
"narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=",
|
"narHash": "sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om+D4UnDhlDW9BE=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6",
|
"rev": "52faf482a3889b7619003c0daec593a1912fddc1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue