flake: update. sisko: add bambu studio/orcaslicer, fix updates
This commit is contained in:
parent
03c4f8ca88
commit
dc5b6f9915
24
flake.lock
generated
24
flake.lock
generated
@ -74,11 +74,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1748665073,
|
||||
"narHash": "sha256-RMhjnPKWtCoIIHiuR9QKD7xfsKb3agxzMfJY8V9MOew=",
|
||||
"lastModified": 1751468302,
|
||||
"narHash": "sha256-tWosziZTT039x6PgEZUhzGlV8oLvdDmIgKTE8ESMaEA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "282e1e029cb6ab4811114fc85110613d72771dea",
|
||||
"rev": "501cfec8277f931a9c9af9f23d3105c537faeafe",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -136,11 +136,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1748373722,
|
||||
"narHash": "sha256-qi6aDGP2W6GyAUNEhg+slQWEpUiJ8LNIrQkmxHpzadI=",
|
||||
"lastModified": 1749744770,
|
||||
"narHash": "sha256-MEM9XXHgBF/Cyv1RES1t6gqAX7/tvayBC1r/KPyK1ls=",
|
||||
"owner": "lnl7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "75b99daa12b1fffd646d6c3cf13b06f1fa5cef63",
|
||||
"rev": "536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -211,11 +211,11 @@
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1747542820,
|
||||
"narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
|
||||
"lastModified": 1751271578,
|
||||
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
|
||||
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -243,11 +243,11 @@
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1748889542,
|
||||
"narHash": "sha256-Hb4iMhIbjX45GcrgOp3b8xnyli+ysRPqAgZ/LZgyT5k=",
|
||||
"lastModified": 1751211869,
|
||||
"narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922",
|
||||
"rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.tridactyl = true;
|
||||
nativeMessagingHosts.packages = with pkgs; [ tridactyl-native ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
# Misc
|
||||
fonts = {
|
||||
|
@ -20,15 +20,18 @@
|
||||
libreoffice
|
||||
mpv
|
||||
mumble
|
||||
orca-slicer
|
||||
papers
|
||||
pavucontrol
|
||||
picard
|
||||
prismlauncher
|
||||
restic
|
||||
runelite
|
||||
spotify
|
||||
swayimg
|
||||
thunderbird
|
||||
tor-browser
|
||||
unstable.bambu-studio
|
||||
unstable.bolt-launcher
|
||||
|
||||
exiftool
|
||||
@ -67,10 +70,11 @@
|
||||
openssl
|
||||
playerctl
|
||||
pwgen
|
||||
restic
|
||||
traceroute
|
||||
w3m
|
||||
|
||||
(python312.withPackages (ps: with ps; [
|
||||
(python313.withPackages (ps: with ps; [
|
||||
numpy
|
||||
pycryptodome
|
||||
requests
|
||||
|
@ -11,8 +11,7 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
# borgbackup
|
||||
aerc
|
||||
bore-cli
|
||||
catimg
|
||||
cocoapods
|
||||
@ -23,10 +22,11 @@
|
||||
mosh
|
||||
nix-index
|
||||
nodejs
|
||||
prismlauncher
|
||||
restic
|
||||
snicat
|
||||
spotify
|
||||
tldr
|
||||
aerc
|
||||
snicat
|
||||
w3m
|
||||
zellij
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user