feat(desktop): remove unnecesary options/packages.
This commit is contained in:
parent
988b548c03
commit
6e5fab453b
8 changed files with 4 additions and 22 deletions
|
@ -11,20 +11,14 @@
|
||||||
|
|
||||||
config = lib.mkIf config.crony.shell.enable {
|
config = lib.mkIf config.crony.shell.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
alejandra
|
|
||||||
age
|
age
|
||||||
entr
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imagemagick
|
imagemagick
|
||||||
glow
|
|
||||||
buku
|
buku
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
aria2
|
aria2
|
||||||
commitizen
|
|
||||||
license-go
|
|
||||||
just
|
just
|
||||||
dysk
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable nix-index
|
# Enable nix-index
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
crony.mangohud.enable = lib.mkDefault false;
|
crony.mangohud.enable = lib.mkDefault false;
|
||||||
crony.nnn.enable = lib.mkDefault true;
|
crony.nnn.enable = lib.mkDefault true;
|
||||||
crony.mpv.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.restic.enable = lib.mkDefault false;
|
||||||
crony.hyprland.enable = lib.mkDefault false;
|
crony.hyprland.enable = lib.mkDefault false;
|
||||||
crony.browsers.enable = lib.mkDefault true;
|
crony.browsers.enable = lib.mkDefault true;
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
vesktop
|
vesktop
|
||||||
piper
|
piper
|
||||||
galaxy-buds-client
|
galaxy-buds-client
|
||||||
tiled
|
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
"com.usebottles.bottles"
|
"com.usebottles.bottles"
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
"cafe.avery.Delfin"
|
"cafe.avery.Delfin"
|
||||||
"org.vinegarhq.Sober"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
update.auto = {
|
update.auto = {
|
||||||
|
|
|
@ -17,13 +17,10 @@
|
||||||
itch
|
itch
|
||||||
wineWowPackages.staging
|
wineWowPackages.staging
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
space-cadet-pinball
|
|
||||||
gzdoom
|
gzdoom
|
||||||
qzdl
|
qzdl
|
||||||
zeroad
|
|
||||||
xonotic
|
xonotic
|
||||||
superTuxKart
|
superTuxKart
|
||||||
cataclysm-dda
|
|
||||||
# nzportable
|
# nzportable
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nvd
|
nvd
|
||||||
nurl
|
nurl
|
||||||
termsonic
|
# termsonic
|
||||||
# inputs.iamb.packages.x86_64-linux.default
|
# inputs.iamb.packages.x86_64-linux.default
|
||||||
inputs.agenix.packages.${system}.default
|
inputs.agenix.packages.${system}.default
|
||||||
inputs.deploy-rs.packages.${system}.default
|
inputs.deploy-rs.packages.${system}.default
|
||||||
|
|
|
@ -230,13 +230,6 @@
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||||
# config = {
|
|
||||||
# common = {
|
|
||||||
# default = [
|
|
||||||
# "gtk"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue