mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
creating shared user settings
This commit is contained in:
7
users/shared/sweet.nix
Normal file
7
users/shared/sweet.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
sweet-nova
|
||||
candy-icons
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user