From 568b8924de4f52945cb4a9fcb18ef8552c1a5a29 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Thu, 28 Nov 2024 13:12:48 +0100 Subject: [PATCH] Small changes to devices, ls, dwm and packages --- config/base.nix | 3 +++ config/home.nix | 11 ++++++++++- shared/dwm.nix | 2 +- shared/fish.nix | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/config/base.nix b/config/base.nix index 4ed0648..239020f 100644 --- a/config/base.nix +++ b/config/base.nix @@ -127,6 +127,9 @@ services = { udev = { + extraRules = '' + KERNEL=="ttyACM0", MODE:="666" + ''; packages = with pkgs; [ vial via diff --git a/config/home.nix b/config/home.nix index fac4e47..fae6449 100644 --- a/config/home.nix +++ b/config/home.nix @@ -80,6 +80,8 @@ openssl # Dev + unstable.arduino-cli + conda kaggle unstable.cargo unstable.rustc @@ -102,9 +104,13 @@ k9s kubectl ngrok + zrok graphviz + clang-tools #LSP + python312Packages.python-lsp-server + arduino-language-server yaml-language-server nil jdt-language-server @@ -124,6 +130,7 @@ geos # UI + fooyin rofi-bluetooth pastel unstable.rmpc @@ -151,6 +158,7 @@ poppler_utils #Desktop + libreoffice unstable.signal-desktop kompare pinta @@ -159,11 +167,12 @@ vial thunderbird alacritty - unstable.neovim + neovim fastfetch lazygit byzanz remmina + obsidian # Utils speedcrunch diff --git a/shared/dwm.nix b/shared/dwm.nix index 2927e79..0efa4b8 100644 --- a/shared/dwm.nix +++ b/shared/dwm.nix @@ -3,7 +3,7 @@ let dwm = pkgs.dwm.overrideAttrs (old: { src = builtins.fetchGit { url = "https://github.com/FredzyW/dwm-conf.git"; - rev = "3b9d96ece2c814a1c50d59de68587b2a4eee4ff8"; + rev = "05276318843d1bfe90a8aae266c9e997bf97e577"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev diff --git a/shared/fish.nix b/shared/fish.nix index 28e4d84..0912349 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -39,7 +39,7 @@ ]; shellAbbrs = { 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"; spot="steam-run ~/program/spotify_player"; sc="sc-im";