From 96263bf7afcc5234e7f79a773b405b4ad63ca11c Mon Sep 17 00:00:00 2001 From: FredzyW Date: Thu, 31 Oct 2024 22:47:27 +0100 Subject: [PATCH] More changes --- config/home.nix | 3 +++ flake.nix | 3 --- shared/alacritty.nix | 2 +- shared/dwm.nix | 2 +- shared/fish.nix | 1 + shared/rofi.nix | 5 +---- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config/home.nix b/config/home.nix index 9eea3af..31ded5d 100644 --- a/config/home.nix +++ b/config/home.nix @@ -89,6 +89,9 @@ templ ranger tesseract4 + k9s + kubectl + kubernetes #LSP nil diff --git a/flake.nix b/flake.nix index 98e0cf4..739a539 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; fw-pkgs.url = "github:fwastring/fwpkgs/main"; - knock.url = "github:BentonEdmondson/knock"; # Home manager home-manager.url = "github:nix-community/home-manager/release-24.05"; @@ -19,7 +18,6 @@ home-manager, nixpkgs-unstable, fw-pkgs, - knock, ... } @ inputs: let inherit (self) outputs; @@ -58,7 +56,6 @@ modules = [ ({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ./maskiner/desktop/configuration.nix - knock ]; }; jobb = nixpkgs.lib.nixosSystem { diff --git a/shared/alacritty.nix b/shared/alacritty.nix index a023bbf..238f4f4 100644 --- a/shared/alacritty.nix +++ b/shared/alacritty.nix @@ -31,7 +31,7 @@ family = "FiraCode Nerd Font"; style = "Regular"; }; - size = 14; + size = 13; }; colors = { primary = { diff --git a/shared/dwm.nix b/shared/dwm.nix index 320d8e2..337bf48 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 = "c02e50e47966263f2d18a4442570ba6e38d76a4b"; + rev = "48302683403ca7457590c0a55c73ab5cc7e4113a"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev diff --git a/shared/fish.nix b/shared/fish.nix index 28e9d08..15eda73 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -51,6 +51,7 @@ latest="git log | head -1 | awk '{print $2;}' | xsel -i"; }; interactiveShellInit = '' + fish_vi_key_bindings set fish_greeting # Disable greeting set FLAKE_DIR "/home/fw/nix" set HM_DIR "$FLAKE_DIR#fw@jobb" diff --git a/shared/rofi.nix b/shared/rofi.nix index 843a7ea..ce9757d 100644 --- a/shared/rofi.nix +++ b/shared/rofi.nix @@ -4,11 +4,8 @@ enable = true; plugins = with pkgs; [ rofi-calc - rofi-bluetooth - rofi-screenshot - rofi-power-menu rofi-pulse-select - pinentry-rofi ]; + font = "FiraCode NerdFont 17"; }; }