Firefox config, neovim config, tailscale, polkit, updated binds
This commit is contained in:
parent
fff5484682
commit
356d96bce9
15 changed files with 392 additions and 83 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{inputs, specialArgs, config, ...}: {
|
||||
{
|
||||
inputs,
|
||||
specialArgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.hm.nixosModules.default
|
||||
];
|
||||
|
|
@ -7,6 +11,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = specialArgs;
|
||||
backupFileExtension = "backup";
|
||||
|
||||
users.jsw = import ../../home;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue