cerulean now enables useGlobalPkgs
This commit is contained in:
parent
29410d8ff9
commit
123edfa6be
4 changed files with 8 additions and 24 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
{...}: {
|
||||
nixpkgs = {
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
|
||||
imports = [
|
||||
../modules/fish.nix
|
||||
../modules/bat.nix
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue