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:
@@ -1,16 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./vscode
|
||||
"${inputs.self}/users/shared/comms.nix"
|
||||
"${inputs.self}/users/shared/games.nix"
|
||||
"${inputs.self}/users/shared/sweet.nix"
|
||||
./kitty.nix
|
||||
./vscode
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
candy-icons
|
||||
obs-studio
|
||||
obsidian
|
||||
sweet-nova
|
||||
util-linux
|
||||
vlc
|
||||
# graphics tools
|
||||
gimp3
|
||||
@@ -18,18 +18,8 @@
|
||||
# browser
|
||||
chromium
|
||||
firefox
|
||||
# communication
|
||||
discord-canary
|
||||
signal-desktop
|
||||
zoom-us
|
||||
# 3d modeling
|
||||
blender
|
||||
prusa-slicer
|
||||
# games
|
||||
dwarf-fortress
|
||||
endless-sky
|
||||
osu-lazer
|
||||
prismlauncher
|
||||
tower-pixel-dungeon
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user