Compare commits
2 Commits
ac4b17da6a
...
e63d7aead2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e63d7aead2 | ||
|
|
3ee898c4b3 |
15
applications/games.nix
Normal file
15
applications/games.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
profile = import ./profile.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
lincity-ng
|
||||||
|
luanti
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -8,6 +8,7 @@ in
|
|||||||
./browser.nix
|
./browser.nix
|
||||||
./window-manager.nix
|
./window-manager.nix
|
||||||
../applications/matrix.nix
|
../applications/matrix.nix
|
||||||
|
../applications/games.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ in
|
|||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./distros-common.nix
|
||||||
./file-system.nix
|
./file-system.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|||||||
15
system-environment/distros-common.nix
Normal file
15
system-environment/distros-common.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ pkgs, lib, ... }:
|
||||||
|
let
|
||||||
|
profile = import ../profile.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
|
||||||
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
distrobox
|
||||||
|
distrobox-tui
|
||||||
|
distroshelf
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user