Compare commits

..

1 Commits

Author SHA1 Message Date
b704ad4678 Add nvim and phpactor plugin 2026-02-05 21:56:39 +01:00
5 changed files with 1 additions and 19 deletions

View File

@@ -16,7 +16,6 @@
./programs/firefox.nix ./programs/firefox.nix
./programs/tmux.nix ./programs/tmux.nix
./programs/git.nix ./programs/git.nix
./programs/libreoffice.nix
./programs/nvim.nix ./programs/nvim.nix
./wm/rofi.nix ./wm/rofi.nix
./wm/cursor.nix ./wm/cursor.nix

View File

@@ -5,7 +5,7 @@
enable = true; enable = true;
settings.user = { settings.user = {
name = "Armel van Ravels"; name = "Armel van Ravels";
email = "armel@armel.nl"; email = "armel@localhost";
}; };
}; };
} }

View File

@@ -1,11 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_US
hunspellDicts.nl_NL
];
}

View File

@@ -23,7 +23,6 @@
"$terminal" = "kitty"; "$terminal" = "kitty";
"$menu" = "rofi -show drun"; "$menu" = "rofi -show drun";
"$bluetoothMenu" = "bzmenu --launcher rofi"; "$bluetoothMenu" = "bzmenu --launcher rofi";
"$files" = "rofi -show filebrowser";
### BASIC LAYOUT ### BASIC LAYOUT
general = { general = {
@@ -78,7 +77,6 @@
"$mod, RETURN, exec, $terminal" "$mod, RETURN, exec, $terminal"
"$mod, D, exec, $menu" "$mod, D, exec, $menu"
"$mod, B, exec, $bluetoothMenu" "$mod, B, exec, $bluetoothMenu"
"$mod, G, exec, $files"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, F, fullscreen" "$mod, F, fullscreen"
"$mod, M, exit" "$mod, M, exit"

View File

@@ -1,10 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [
pkgs.rofi-file-browser
];
programs.rofi = { programs.rofi = {
enable = true; enable = true;
theme = "material"; theme = "material";