add kicad

This commit is contained in:
2026-05-18 13:09:40 +09:00
parent 57195084d8
commit ca06b70683
9 changed files with 15 additions and 7 deletions

View File

@@ -184,6 +184,7 @@ in
isNormalUser = true; isNormalUser = true;
extraGroups = [ extraGroups = [
"wheel" "wheel"
"input"
"incus-admin" "incus-admin"
"wireshark" "wireshark"
"podman" "podman"

View File

@@ -37,7 +37,7 @@
games = import ./pkgs/games.nix { inherit pkgs; }; games = import ./pkgs/games.nix { inherit pkgs; };
unstable = import (builtins.fetchTarball { unstable = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"; url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
sha256 = "1ijgd8hy1ii0k0s48yhnzw09c7zdjnp1fq8wfj7jgajwmlfwy3xg"; sha256 = "1485vqhb8cwym1m75v61i10j427vazszaklkwj2wmm80k8sijjyz";
}) { system = "x86_64-linux"; }; }) { system = "x86_64-linux"; };
unstables = import ./pkgs/unstable.nix { unstables = import ./pkgs/unstable.nix {
inherit pkgs; inherit pkgs;

View File

@@ -4,7 +4,7 @@
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
initExtra = '' initExtra = ''
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH"
''; '';
}; };
} }

View File

@@ -8,8 +8,10 @@
"dry-rb" = "sudo nixos-rebuild dry-build --flake ~/nixos-config#"; "dry-rb" = "sudo nixos-rebuild dry-build --flake ~/nixos-config#";
devim = "NVIM_APPNAME=nvim-dev nvim"; devim = "NVIM_APPNAME=nvim-dev nvim";
win = "grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot"; win = "grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot";
qwer = "reboot"; qwer = "reboot";
zxcv = "shutdown now"; zxcv = "shutdown now";
lg = "lazygit"; lg = "lazygit";
}; };
} }

View File

@@ -19,6 +19,7 @@
if test -f $HOME/.config/fish/kube.fish if test -f $HOME/.config/fish/kube.fish
source $HOME/.config/fish/kube.fish source $HOME/.config/fish/kube.fish
end end
fish_add_path $HOME/.cargo/bin
''; '';
} }

View File

@@ -6,8 +6,8 @@ final: prev: {
ubuntu_version = "24.04"; ubuntu_version = "24.04";
src = prev.fetchurl { 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"; url = "https://github.com/bambulab/BambuStudio/releases/download/v02.07.00.55/BambuStudio_ubuntu-24.04-v02.07.00.55-20260514170313.AppImage";
sha256 = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ="; sha256 = "sha256-7zdTsLyw509iNPbt1VIDPL937E0aZYEJNftQGZcF5sY=";
}; };
profile = '' profile = ''

View File

@@ -35,7 +35,7 @@ with pkgs;
vesktop vesktop
discordo discordo
distrobox distrobox
kicad #kicad
youtube-music youtube-music
thunderbird thunderbird
yt-dlp yt-dlp
@@ -73,4 +73,5 @@ with pkgs;
iaito iaito
orca-slicer orca-slicer
netbird-ui netbird-ui
sonic-visualiser
] ]

View File

@@ -3,4 +3,6 @@
{ pkgs, unstable, ... }: { pkgs, unstable, ... }:
with pkgs; with pkgs;
[ ] [
unstable.kicad
]

View File

@@ -113,4 +113,5 @@ with pkgs;
browsh browsh
kdePackages.qt6ct kdePackages.qt6ct
kitty kitty
axel
] ]