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

16
flake.lock generated
View file

@ -105,18 +105,14 @@
]
},
"locked": {
"lastModified": 1772870050,
"narHash": "sha256-il+K3xjwpb68ojPNt5yEF+TqTHWAiIBaXU0QMhw5ek8=",
"owner": "cry128",
"repo": "cerulean",
"rev": "7bd81f84e6c0c47e62e3498508e018d2a1a8c7e4",
"type": "github"
"lastModified": 1772890888,
"narHash": "sha256-fJ73wGR6h71ItlUIXlHvQpGbbwE6WA5Bjjs3n4kJ6tM=",
"path": "/home/me/cry/mk/cerulean",
"type": "path"
},
"original": {
"owner": "cry128",
"ref": "bleeding",
"repo": "cerulean",
"type": "github"
"path": "/home/me/cry/mk/cerulean",
"type": "path"
}
},
"curl-src": {

View file

@ -16,7 +16,8 @@
nt.url = "git+https://tearforge.net/cry/nt";
cerulean = {
url = "github:cry128/cerulean/bleeding";
# url = "github:cry128/cerulean/bleeding";
url = "/home/me/cry/mk/cerulean";
inputs = {
nt.follows = "nt";
systems.follows = "systems";

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 = {