feat(desktop): remove unnecesary options/packages.

This commit is contained in:
CronyAkatsuki 2025-09-22 15:09:39 +02:00
parent 988b548c03
commit 6e5fab453b
8 changed files with 4 additions and 22 deletions

View file

@ -11,20 +11,14 @@
config = lib.mkIf config.crony.shell.enable {
home.packages = with pkgs; [
alejandra
age
entr
ffmpeg
imagemagick
glow
buku
unzip
p7zip
aria2
commitizen
license-go
just
dysk
];
# Enable nix-index

View file

@ -27,7 +27,7 @@
crony.mangohud.enable = lib.mkDefault false;
crony.nnn.enable = lib.mkDefault true;
crony.mpv.enable = lib.mkDefault true;
crony.obs-studio.enable = lib.mkDefault true;
crony.obs-studio.enable = lib.mkDefault false;
crony.restic.enable = lib.mkDefault false;
crony.hyprland.enable = lib.mkDefault false;
crony.browsers.enable = lib.mkDefault true;

View file

@ -14,7 +14,6 @@
vesktop
piper
galaxy-buds-client
tiled
nicotine-plus
];

View file

@ -14,7 +14,6 @@
"com.usebottles.bottles"
"com.github.tchx84.Flatseal"
"cafe.avery.Delfin"
"org.vinegarhq.Sober"
];
update.auto = {

View file

@ -17,13 +17,10 @@
itch
wineWowPackages.staging
osu-lazer-bin
space-cadet-pinball
gzdoom
qzdl
zeroad
xonotic
superTuxKart
cataclysm-dda
# nzportable
];
};

View file

@ -15,7 +15,7 @@
nix-output-monitor
nvd
nurl
termsonic
# termsonic
# inputs.iamb.packages.x86_64-linux.default
inputs.agenix.packages.${system}.default
inputs.deploy-rs.packages.${system}.default

View file

@ -230,13 +230,6 @@
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
# config = {
# common = {
# default = [
# "gtk"
# ];
# };
# };
};
};
}

View file

@ -24,8 +24,8 @@
programs.hyprland = {
enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
withUWSM = true;
};