diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-30 14:02:16 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-30 14:02:16 -0400 |
| commit | 4bfb5b88c31af4d668816926be20184ffa8607c5 (patch) | |
| tree | 788c47cd5bafdf035e51cc35bd9bc293ece042f3 /home.nix | |
| parent | tmux and neovim config (diff) | |
| download | nixos-4bfb5b88c31af4d668816926be20184ffa8607c5.tar.gz nixos-4bfb5b88c31af4d668816926be20184ffa8607c5.tar.bz2 nixos-4bfb5b88c31af4d668816926be20184ffa8607c5.zip | |
change some stuff in neovim config
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 40 |
1 files changed, 18 insertions, 22 deletions
@@ -5,9 +5,7 @@ inputs, skullNeovim, ... -}: - -{ +}: { imports = [ ./sh.nix ./ghostty.nix @@ -49,8 +47,8 @@ home.packages = with pkgs; [ # # Adds the 'hello':wq command to your environment. It prints a friendly # # "Hello, world!" when run. - audacity - mpc + audacity + mpc discord catppuccin-gtk inter @@ -78,7 +76,6 @@ skullNeovim.neovim - # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -107,21 +104,20 @@ # ''; home.file = { ".config/swappy/config".text = '' - [Default] - save_dir=$HOME/Screenshots - save_filename_format=Screenshot-%Y%m%d-%H%M%S.png - show_panel=true - line_size=5 - text_size=20 - text_font=monospace - paint_mode=brush - early_exit=true - fill_shape=false - auto_save=true - transparent=true - transparency=50 - ''; - + [Default] + save_dir=$HOME/Screenshots + save_filename_format=Screenshot-%Y%m%d-%H%M%S.png + show_panel=true + line_size=5 + text_size=20 + text_font=monospace + paint_mode=brush + early_exit=true + fill_shape=false + auto_save=true + transparent=true + transparency=50 + ''; }; # Home Manager can also manage your environment variables through @@ -181,7 +177,7 @@ xdg.portal = { enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; + extraPortals = [pkgs.xdg-desktop-portal-hyprland]; }; services.gnome-keyring = { |
