feat: copied some configuration from JaKooLit & ZaneyOS configs

This commit is contained in:
installer
2024-12-17 18:16:52 +01:00
parent cf474f88f1
commit 91b52f2921
15 changed files with 878 additions and 219 deletions

View File

@@ -12,10 +12,22 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
vim
wget
killall
htop
unzip
unrar
helix
direnv
git
bat
tree
imv
eza # ?
appimage-run
nh
openssl
];
programs.fish.enable = true;
};

View File

@@ -20,8 +20,20 @@ in
blender
gimp
eog
mpv
brightnessctl
spotify
# cura
];
programs.firefox.enable = true;
programs = {
firefox.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
};
};
}

View File

@@ -15,13 +15,36 @@ in
programs.hyprlock.enable = true;
security.pam.services.hyprlock = {};
environment.systemPackages = with pkgs; [
wofi
# wofi
dolphin
waybar
pavucontrol
libnotify
swaynotificationcenter
wl-clipboard
hyprpaper
libnotify
hyprpicker
slurp
grim
swappy
swww
file-roller
rofi
];
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal
];
configPackages = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal
];
};
};
}