add kicad
This commit is contained in:
@@ -184,6 +184,7 @@ in
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"incus-admin"
|
||||
"wireshark"
|
||||
"podman"
|
||||
|
||||
2
home.nix
2
home.nix
@@ -37,7 +37,7 @@
|
||||
games = import ./pkgs/games.nix { inherit pkgs; };
|
||||
unstable = import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
|
||||
sha256 = "1ijgd8hy1ii0k0s48yhnzw09c7zdjnp1fq8wfj7jgajwmlfwy3xg";
|
||||
sha256 = "1485vqhb8cwym1m75v61i10j427vazszaklkwj2wmm80k8sijjyz";
|
||||
}) { system = "x86_64-linux"; };
|
||||
unstables = import ./pkgs/unstable.nix {
|
||||
inherit pkgs;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
initExtra = ''
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,8 +8,10 @@
|
||||
"dry-rb" = "sudo nixos-rebuild dry-build --flake ~/nixos-config#";
|
||||
devim = "NVIM_APPNAME=nvim-dev nvim";
|
||||
win = "grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot";
|
||||
|
||||
qwer = "reboot";
|
||||
zxcv = "shutdown now";
|
||||
|
||||
lg = "lazygit";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
if test -f $HOME/.config/fish/kube.fish
|
||||
source $HOME/.config/fish/kube.fish
|
||||
end
|
||||
|
||||
fish_add_path $HOME/.cargo/bin
|
||||
'';
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ final: prev: {
|
||||
ubuntu_version = "24.04";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/bambulab/BambuStudio/releases/download/v02.06.00.51/BambuStudio_ubuntu-24.04-v02.06.00.51-20260417160415.AppImage";
|
||||
sha256 = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ=";
|
||||
url = "https://github.com/bambulab/BambuStudio/releases/download/v02.07.00.55/BambuStudio_ubuntu-24.04-v02.07.00.55-20260514170313.AppImage";
|
||||
sha256 = "sha256-7zdTsLyw509iNPbt1VIDPL937E0aZYEJNftQGZcF5sY=";
|
||||
};
|
||||
|
||||
profile = ''
|
||||
|
||||
@@ -35,7 +35,7 @@ with pkgs;
|
||||
vesktop
|
||||
discordo
|
||||
distrobox
|
||||
kicad
|
||||
#kicad
|
||||
youtube-music
|
||||
thunderbird
|
||||
yt-dlp
|
||||
@@ -73,4 +73,5 @@ with pkgs;
|
||||
iaito
|
||||
orca-slicer
|
||||
netbird-ui
|
||||
sonic-visualiser
|
||||
]
|
||||
|
||||
@@ -3,4 +3,6 @@
|
||||
{ pkgs, unstable, ... }:
|
||||
|
||||
with pkgs;
|
||||
[ ]
|
||||
[
|
||||
unstable.kicad
|
||||
]
|
||||
|
||||
@@ -113,4 +113,5 @@ with pkgs;
|
||||
browsh
|
||||
kdePackages.qt6ct
|
||||
kitty
|
||||
axel
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user