update
This commit is contained in:
parent
34521d5c7a
commit
6d8901996e
3 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
# use new clang
|
# use new clang
|
||||||
let myllvm = llvmPackages_17; in
|
let myllvm = llvmPackages_19; in
|
||||||
|
|
||||||
# clang based dev env
|
# clang based dev env
|
||||||
myllvm.stdenv.mkDerivation {
|
myllvm.stdenv.mkDerivation {
|
||||||
|
@ -31,7 +31,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=~/projects/kde/usr/lib/qml/QtQuick/Controls.
|
||||||
bison
|
bison
|
||||||
boost
|
boost
|
||||||
bzip2
|
bzip2
|
||||||
clang-tools_17
|
clang-tools_19
|
||||||
cmake
|
cmake
|
||||||
ctags
|
ctags
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -239,7 +239,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable sound with PipeWire
|
# enable sound with PipeWire
|
||||||
hardware.pulseaudio.enable = false;
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa = {
|
alsa = {
|
||||||
|
@ -324,7 +323,7 @@ in
|
||||||
go
|
go
|
||||||
gorilla-bin
|
gorilla-bin
|
||||||
gptfdisk
|
gptfdisk
|
||||||
heaptrack
|
#heaptrack
|
||||||
hotspot
|
hotspot
|
||||||
hugo
|
hugo
|
||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
|
@ -355,7 +354,6 @@ in
|
||||||
mailutils
|
mailutils
|
||||||
mc
|
mc
|
||||||
micro
|
micro
|
||||||
mplayer
|
|
||||||
nixos-install-tools
|
nixos-install-tools
|
||||||
nmap
|
nmap
|
||||||
nvme-cli
|
nvme-cli
|
||||||
|
|
|
@ -196,7 +196,7 @@ in
|
||||||
# install 3d printing stuff
|
# install 3d printing stuff
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bambu-studio
|
bambu-studio
|
||||||
orca-slicer
|
#orca-slicer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue