Merge branch 'main' of github.com:FredzyW/nix

This commit is contained in:
fwastring 2024-11-28 13:13:08 +01:00
commit e104313b1b
4 changed files with 15 additions and 3 deletions

View file

@ -133,6 +133,9 @@
services = { services = {
udev = { udev = {
extraRules = ''
KERNEL=="ttyACM0", MODE:="666"
'';
packages = with pkgs; [ packages = with pkgs; [
vial vial
via via

View file

@ -81,6 +81,8 @@
openssl openssl
# Dev # Dev
unstable.arduino-cli
conda
kaggle kaggle
unstable.cargo unstable.cargo
unstable.rustc unstable.rustc
@ -103,9 +105,13 @@
k9s k9s
kubectl kubectl
ngrok ngrok
zrok
graphviz graphviz
clang-tools
#LSP #LSP
python312Packages.python-lsp-server
arduino-language-server
yaml-language-server yaml-language-server
nil nil
jdt-language-server jdt-language-server
@ -125,6 +131,7 @@
geos geos
# UI # UI
fooyin
rofi-bluetooth rofi-bluetooth
pastel pastel
unstable.rmpc unstable.rmpc
@ -152,6 +159,7 @@
poppler_utils poppler_utils
#Desktop #Desktop
libreoffice
unstable.signal-desktop unstable.signal-desktop
kompare kompare
pinta pinta
@ -160,11 +168,12 @@
vial vial
thunderbird thunderbird
alacritty alacritty
unstable.neovim neovim
fastfetch fastfetch
lazygit lazygit
byzanz byzanz
remmina remmina
obsidian
# Utils # Utils
speedcrunch speedcrunch

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: { dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git"; url = "https://github.com/FredzyW/dwm-conf.git";
rev = "3b9d96ece2c814a1c50d59de68587b2a4eee4ff8"; rev = "05276318843d1bfe90a8aae266c9e997bf97e577";
}; };
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
xorg.libX11.dev xorg.libX11.dev

View file

@ -39,7 +39,7 @@
]; ];
shellAbbrs = { shellAbbrs = {
homec="nvim ~/nix/config/home.nix"; homec="nvim ~/nix/config/home.nix";
ls="exa -l --no-time --no-permissions --no-user"; ls="eza -l --no-time --no-permissions --no-user";
dev="nix develop --command fish"; dev="nix develop --command fish";
spot="steam-run ~/program/spotify_player"; spot="steam-run ~/program/spotify_player";
sc="sc-im"; sc="sc-im";