Commit f86a648cbda2
Changed files (4)
home
common
dev
systems
common
hardware
services
kyushu
home/common/dev/base.nix
@@ -23,7 +23,6 @@
# try
jujutsu
# jj-fzf
- devenv
chmouzies-git
rclone
systems/common/hardware/bluetooth.nix
@@ -15,6 +15,5 @@
};
};
};
- environment.systemPackages = lib.optional (builtins.isString desktop) pkgs.blueberry;
services.blueman.enable = builtins.isString desktop;
}
systems/common/services/containers.nix
@@ -7,14 +7,10 @@
virtualisation.podman = {
enable = true;
extraPackages = with pkgs; [
- podman-bootc
virtiofsd
];
};
- environment.systemPackages = with pkgs; [
- podman-bootc
- bootc
- ];
+ environment.systemPackages = with pkgs; [ ];
virtualisation.containers = {
enable = true;
registries = {
systems/kyushu/extra.nix
@@ -52,15 +52,6 @@
'';
};
};
- dictd = {
- enable = true;
- DBs = with pkgs.dictdDBs; [
- wiktionary
- wordnet
- fra2eng
- eng2fra
- ];
- };
locate = {
enable = true;
pruneBindMounts = true;