cerulean now enables useGlobalPkgs

This commit is contained in:
do butterflies cry? 2026-03-07 23:45:05 +10:00
parent 29410d8ff9
commit 123edfa6be
Signed by: cry
GPG key ID: F68745A836CA0412
4 changed files with 8 additions and 24 deletions

View file

@ -1,8 +1,4 @@
{...}: {
nixpkgs = {
config.allowUnfree = false;
};
imports = [
../modules/fish.nix
../modules/bat.nix

View file

@ -27,15 +27,8 @@
../modules/mako.nix
];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.GetName pkg) [
# "vscode-extension-ms-dotnettools-csharp"
"spotify"
];
home = {
username = "me";
homeDirectory = "/home/me";
shellAliases = {
# rebuild = "sudo nixos-rebuild switch --flake /home/me/flake --show-trace";
@ -49,7 +42,6 @@
sessionVariables = {
NIX_SHELL_PRESERVE_PROMPT = 1;
};
pointerCursor = {
gtk.enable = true;
# x11.enable = true # dont enable since im on hyprland
@ -101,7 +93,6 @@
programs = {
# these are both required for home-manager to work
home-manager.enable = true;
hyfetch = {
enable = true;
settings = {