Compare commits
2 Commits
ac4b17da6a
...
e63d7aead2
| Author | SHA1 | Date | |
|---|---|---|---|
| e63d7aead2 | |||
| 3ee898c4b3 |
@@ -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
|
||||
./window-manager.nix
|
||||
../applications/matrix.nix
|
||||
../applications/games.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
@@ -5,6 +5,7 @@ in
|
||||
{
|
||||
|
||||
imports = [
|
||||
./distros-common.nix
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
./ssh.nix
|
||||
|
||||
@@ -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