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
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.systemPackages =
@@ -48,7 +32,6 @@
qmk-udev-rules
qmk
ghostty
beta.dbeaver-bin
neofetch
# Desktop applications
@@ -61,7 +44,6 @@
lrcget
impression
streamcontroller
easyeffects
onlyoffice-desktopeditors
];