mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
treewide: refactor, nix, overlays -> packages
This commit is contained in:
parent
d6238e12af
commit
eb6b664802
23 changed files with 240 additions and 308 deletions
16
system.nix
16
system.nix
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
inputs',
|
||||
flake',
|
||||
self,
|
||||
...
|
||||
}:
|
||||
|
|
@ -8,7 +10,6 @@
|
|||
./modules/nix.nix
|
||||
./modules/packages.nix
|
||||
./modules/homebrew.nix
|
||||
./modules/fish.nix
|
||||
];
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
|
@ -20,10 +21,6 @@
|
|||
path = "/Applications/Notion.app";
|
||||
icon = ./icons/notion.icns;
|
||||
}
|
||||
{
|
||||
path = "/Applications/Things.app";
|
||||
icon = ./icons/things.icns;
|
||||
}
|
||||
{
|
||||
path = "/Applications/Obsidian.app";
|
||||
icon = ./icons/obsidian.icns;
|
||||
|
|
@ -40,7 +37,12 @@
|
|||
useUserPackages = true;
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit self inputs;
|
||||
inherit
|
||||
self
|
||||
flake'
|
||||
inputs
|
||||
inputs'
|
||||
;
|
||||
};
|
||||
|
||||
users.ryanccn = import ./home;
|
||||
|
|
@ -50,5 +52,5 @@
|
|||
home = "/Users/ryanccn";
|
||||
};
|
||||
|
||||
system.stateVersion = 4;
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue