added custom apps
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
|||||||
{
|
{pkgs, ...}: let
|
||||||
|
info = import ../config.nix;
|
||||||
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
../modules/home/desktop.nix
|
../modules/home/desktop.nix
|
||||||
../modules/home/terminal.nix
|
../modules/home/terminal.nix
|
||||||
];
|
];
|
||||||
|
home.packages = info.myConfig.nixos.Apps.packages pkgs;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../packages/fonts/home.nix
|
../../packages/fonts/home.nix
|
||||||
|
../../packages/firefox/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user