diff --git a/hosts/creatorforge.nix b/hosts/creatorforge.nix index 749bcb3..0a5f6ea 100644 --- a/hosts/creatorforge.nix +++ b/hosts/creatorforge.nix @@ -26,10 +26,17 @@ # base packages environment.systemPackages = with pkgs; [ cargo + feh + unrar + unzip + gzip + p7zip + bzip2 dconf2nix rustc bat exa + mdbook uutils-coreutils htop zsh @@ -39,7 +46,7 @@ age-plugin-yubikey #plugin for rage to manage yubi-2fa sops #file based secrets operations direnv #used for development environments - + python39 ] ++ [self.inputs.devenv.packages.x86_64-linux.devenv]; networking = { diff --git a/modules/desktop/gui/gnome.nix b/modules/desktop/gui/gnome.nix index 382d625..0c051ff 100644 --- a/modules/desktop/gui/gnome.nix +++ b/modules/desktop/gui/gnome.nix @@ -37,7 +37,7 @@ xdg= { portal = { enable = lib.mkDefault true; }; mime.defaultApplications = { - "text/markdown" = "hx" + "text/markdown" = "hx"; }; }; diff --git a/users/speccon18/home.nix b/users/speccon18/home.nix index 0161346..364ace7 100644 --- a/users/speccon18/home.nix +++ b/users/speccon18/home.nix @@ -5,7 +5,9 @@ homeDirectory = "/home/speccon18"; stateVersion = "22.11"; packages = with pkgs; [ - mdbook + freecad + prismlauncher + calibre w3m nushell bitwarden @@ -135,6 +137,7 @@ top = "btm"; hx = "hx"; cat = "bat"; + extract = "~/.config/zsh/extract.sh"; }; localVariables = { EDITOR="hx"; @@ -223,7 +226,7 @@ base8 = "#eaf2f1"; base8x0c = "#303342"; in { - "ui.linenr.selected" = { bg = base3; }; + "ui.linenr.selected" = { bg = base3; }; "ui.text.focus" = { fg = yellow; modifiers = ["bold"]; }; "ui.menu" = { fg = base8; bg = base3; }; "ui.menu.selected" = { fg = base2; bg = yellow; };