- zen, other apps; + thunderbird

This commit is contained in:
Danilo Reyes 2024-12-04 22:32:57 -06:00
parent 2269bf16cc
commit fcc0b36089
4 changed files with 7 additions and 47 deletions

37
flake.lock generated
View File

@ -510,22 +510,6 @@
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
"lastModified": 1733344007,
@ -575,8 +559,7 @@
"nixpkgs-small": "nixpkgs-small",
"nur": "nur",
"sops-nix": "sops-nix",
"ucodenix": "ucodenix",
"zen-browser": "zen-browser"
"ucodenix": "ucodenix"
}
},
"rust-overlay": {
@ -713,24 +696,6 @@
"repo": "xdg-desktop-portal-hyprland",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_7"
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"owner": "MarceColl",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"type": "github"
},
"original": {
"owner": "MarceColl",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",

View File

@ -7,7 +7,6 @@
ucodenix.url = "github:e-tho/ucodenix";
nix-gaming.url = "github:fufexan/nix-gaming";
hyprland.url = "github:hyprwm/Hyprland";
zen-browser.url = "github:MarceColl/zen-browser-flake";
home-manager.url = "github:nix-community/home-manager";
sops-nix.url = "github:Mic92/sops-nix";
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";

View File

@ -2,7 +2,6 @@
config,
lib,
pkgs,
inputs,
...
}:
{
@ -22,10 +21,13 @@
};
users.users.jawz.packages =
let
vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
otherPackages = [
# video download helper assistant
(pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { })
];
packages = builtins.attrValues {
inherit (pkgs)
evolution # gnome email client
thunderbird # email client
warp # transfer files with based ppl
brave # crypto-browser that at least somewhat integrates with gtk
nextcloud-client # self-hosted google-drive alternative
@ -39,10 +41,6 @@
;
};
in
packages
++ [
vdhcoapp # video download helper assistant
inputs.zen-browser.packages.x86_64-linux.default
];
packages ++ otherPackages;
};
}

View File

@ -9,8 +9,6 @@
config = lib.mkIf config.my.apps.misc.enable {
users.users.jawz.packages = builtins.attrValues {
inherit (pkgs)
celeste # sync tool for any cloud provider
czkawka # duplicate finder
collector # stores things and throws them anywhere
blanket # background noise
metadata-cleaner # remove any metadata and geolocation from files