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