1766996319

This commit is contained in:
2025-12-29 01:18:39 -07:00
parent 67de9775fe
commit b6d9e944d0

View File

@@ -4,22 +4,6 @@
# Enable unfree globally # Enable unfree globally
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Mount nixos-unstable under pkgs.beta
nixpkgs.overlays = [
(final: prev:
let
beta = import
(builtins.fetchTarball
"https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz")
{
system = final.system;
config = final.config;
};
in {
beta = beta;
})
];
environment.variables.BROWSER = "librewolf"; environment.variables.BROWSER = "librewolf";
environment.systemPackages = environment.systemPackages =
@@ -48,7 +32,6 @@
qmk-udev-rules qmk-udev-rules
qmk qmk
ghostty ghostty
beta.dbeaver-bin
neofetch neofetch
# Desktop applications # Desktop applications
@@ -61,7 +44,6 @@
lrcget lrcget
impression impression
streamcontroller streamcontroller
easyeffects
onlyoffice-desktopeditors onlyoffice-desktopeditors
]; ];