Initial commit
This commit is contained in:
11
home/stylix/targets.nix
Normal file
11
home/stylix/targets.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
stylix.targets = {
|
||||
neovim.enable = false;
|
||||
nixvim.enable = false;
|
||||
|
||||
firefox = {
|
||||
enable = false;
|
||||
profileNames = ["Default"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user