sisko: Install and configure desktop apps, hyprland, etc.

This commit is contained in:
2024-12-03 22:44:25 +01:00
parent fab563fa2d
commit c1417cf36d
5 changed files with 78 additions and 30 deletions

View File

@@ -7,26 +7,47 @@
];
home.packages = with pkgs; [
# GUI Applications
chromium
discord
element-desktop
jellyfin-media-player
kitty
libreoffice
mpv
mumble
pavucontrol
prismlauncher
# Window Manager Extras
bibata-cursors
hyprcursor
hypridle
hyprlock
hyprpaper
hyprshot
nautilus
networkmanager
rofi-rbw-wayland
swaynotificationcenter
waybar
# Misc tools
bc
catimg
chromium
dante
dig
element-desktop
hunspellDicts.en_US
hunspellDicts.nb_NO
jq
libreoffice
mpv
nixpkgs-2211.remmina
openssl
playerctl
pwgen
tlclient
traceroute
virt-manager
w3m
(python311.withPackages (ps: with ps; [
(python312.withPackages (ps: with ps; [
numpy
pycryptodome
requests
@@ -38,8 +59,12 @@
enable = true;
package = pkgs.aerc;
};
alacritty.enable = true;
alacritty = {
enable = true;
settings.window.opacity = 0.92;
};
firefox.enable = true;
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
rbw = {
enable = true;
settings = {
@@ -51,13 +76,23 @@
rofi = {
enable = true;
theme = "iggy";
package = pkgs.rofi-wayland;
};
zsh = {
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
prezto.pmodules = [ "ssh" ];
};
};
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
home.pointerCursor = {
name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors;
size = 24;
gtk.enable = true;
x11 = {
enable = true;
defaultCursor = true;
};
};
xdg.mimeApps = {