cleanup: remove unused packages
This commit is contained in:
parent
5ce62f1fdf
commit
809e6f2157
4 changed files with 0 additions and 5 deletions
|
|
@ -48,7 +48,6 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nix-vscode-extensions.overlays.default
|
nix-vscode-extensions.overlays.default
|
||||||
niri.overlays.niri
|
niri.overlays.niri
|
||||||
(import ./overlays/marwaita-icons.nix)
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
./hosts/main-laptop/configuration.nix
|
./hosts/main-laptop/configuration.nix
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
config = lib.mkIf config.settings.programs.helix.enable {
|
config = lib.mkIf config.settings.programs.helix.enable {
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [ markdown-oxide ];
|
|
||||||
settings = builtins.fromTOML (builtins.readFile ./config.toml);
|
settings = builtins.fromTOML (builtins.readFile ./config.toml);
|
||||||
languages = builtins.fromTOML (builtins.readFile ./languages.toml);
|
languages = builtins.fromTOML (builtins.readFile ./languages.toml);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swayosd
|
swayosd
|
||||||
fuzzel
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wayland-utils
|
wayland-utils
|
||||||
libsecret
|
libsecret
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
swayosd
|
swayosd
|
||||||
fuzzel
|
|
||||||
alacritty
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wayland-utils
|
wayland-utils
|
||||||
libsecret
|
libsecret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue