From 05b13bf45d8322b7022ca90312a5b3e8d3c0033b Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 5 Jul 2025 12:25:50 -0500 Subject: [PATCH] fish default term --- configuration.nix | 14 +++++++++----- home.nix | 2 ++ roy-config/hypr/hyprland.conf | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index f3c7032..cb0ebf4 100755 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,7 @@ isNormalUser = true; hashedPassword = "$y$j9T$4yOAv6R7Xtn23XmhSSC8g.$T1CckfWgxjEyZshjBzcaMO9WidP.q..OG7LwtXFTw12"; extraGroups = [ "wheel" ]; + shell = pkgs.fish; }; # Delete root on reboot @@ -159,13 +160,16 @@ nerd-fonts.mononoki ]; - # List services that you want to enable: - programs.hyprland = { - enable = true; - xwayland.enable = true; + # List services that to enable: + programs = { + hyprland = { + enable = true; + xwayland.enable = true; + }; + waybar.enable = true; + fish.enable = true; }; - programs.waybar.enable = true; programs.firefox = { enable = true; diff --git a/home.nix b/home.nix index 9b7b746..48b79d9 100755 --- a/home.nix +++ b/home.nix @@ -11,6 +11,7 @@ dig discord ffmpeg_6 + fish git git-filter-repo grim @@ -317,6 +318,7 @@ ansiblels.enable = true; jsonls.enable = true; yamlls.enable = true; + rust_analyzer.enable = true; }; keymaps = { diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index d0b2d9d..ed15d74 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -32,7 +32,7 @@ monitor=,preferred,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use -$terminal = kitty +$terminal = fish $fileManager = dolphin $menu = wofi --show drun