mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
creating shared user settings
This commit is contained in:
8
users/shared/comms.nix
Normal file
8
users/shared/comms.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
discord-canary
|
||||
signal-desktop
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
11
users/shared/games.nix
Normal file
11
users/shared/games.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dolphin-emu
|
||||
dwarf-fortress
|
||||
endless-sky
|
||||
retroarch
|
||||
ryubing
|
||||
tower-pixel-dungeon
|
||||
];
|
||||
}
|
||||
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