feat: a lot of stuff
This commit is contained in:
parent
a990c70c8f
commit
059f5efba3
9 changed files with 42 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
|||
./alacritty.nix
|
||||
./chromium
|
||||
./discord.nix
|
||||
./games.nix
|
||||
./keyring.nix
|
||||
./obs.nix
|
||||
./vscode.nix
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
signal-desktop # private, simple, and secure messenger
|
||||
zoom-us # zoom.us video conferencing application
|
||||
|
||||
gnome.nautilus # the file manager for gnome
|
||||
gnome.simple-scan # simple scanning utility
|
||||
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
|
||||
pppdf
|
||||
|
|
|
|||
5
users/gandalf/modules/gui/programs/games.nix
Normal file
5
users/gandalf/modules/gui/programs/games.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ nixosConfig, lib, pkgs, ... }: lib.mkIf nixosConfig.bchmnn.games.enable {
|
||||
home.packages = with pkgs; [
|
||||
extremetuxracer
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue