feat: copied some configuration from JaKooLit & ZaneyOS configs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user