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": { "locked": {
"lastModified": 1772870050, "lastModified": 1772890888,
"narHash": "sha256-il+K3xjwpb68ojPNt5yEF+TqTHWAiIBaXU0QMhw5ek8=", "narHash": "sha256-fJ73wGR6h71ItlUIXlHvQpGbbwE6WA5Bjjs3n4kJ6tM=",
"owner": "cry128", "path": "/home/me/cry/mk/cerulean",
"repo": "cerulean", "type": "path"
"rev": "7bd81f84e6c0c47e62e3498508e018d2a1a8c7e4",
"type": "github"
}, },
"original": { "original": {
"owner": "cry128", "path": "/home/me/cry/mk/cerulean",
"ref": "bleeding", "type": "path"
"repo": "cerulean",
"type": "github"
} }
}, },
"curl-src": { "curl-src": {

View file

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

View file

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

View file

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