refactor: Move nix
outside of .config
dir
Technically not a config but a compose file, so I think it's better to have outside of `.config` dir
This commit is contained in:
parent
3484b4154a
commit
93a26accd1
22 changed files with 0 additions and 0 deletions
7
nix/users/ziro/linux.nix
Normal file
7
nix/users/ziro/linux.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, pkgs-unstable, config, vars, ... }:
|
||||
|
||||
{
|
||||
home.homeDirectory = "/home/ziro";
|
||||
|
||||
home.file.".floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue