diff options
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 60ec3fe..ef2f543 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -1,16 +1,11 @@ { config, pkgs, ... }: { - imports = [ - ./mdls/vim.nix - ]; - home.username = "cat"; home.homeDirectory = "/home/cat"; home.stateVersion = "26.05"; xdg.configFile."fish/config.fish".force = true; - xdg.configFile."kitty/kitty.conf".force = true; xdg.configFile."btop/btop.conf".force = true; programs.fish = { @@ -28,45 +23,6 @@ ''; }; }; - interactiveShellInit = '' - if status is-interactive - cat ~/.cache/wal/sequences - end - ''; - loginShellInit = '' - if test -z "$DISPLAY" -a (tty) = "/dev/tty1" - exec start-hyprland - end - ''; - }; - - programs.kitty = { - enable = true; - extraConfig = '' - include ~/.cache/wal/colors-kitty.conf - - shell fish - shell_integration enabled - - font_family JetBrainsMono Nerd Font - font_size 11 - - cursor_trail 3 - cursor_trail_decay 0.1 0.4 - cursor_shape beam - cursor_blink_interval 1 - shell_integration no-cursor - - confirm_os_window_close 0 - allow_remote_control yes - - background_opacity 1 - background_blur 1 - dynamic_background_opacity 1 - scrollbar_handle_opacity 0 - scrollbar_track_opacity 0 - scrollbar_track_hover_opacity 0 - ''; }; programs.btop = { |
