Remove steam
This commit is contained in:
parent
8a63138f28
commit
bd6b9a4b13
3 changed files with 0 additions and 10 deletions
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./firefox
|
./firefox
|
||||||
./kitty
|
./kitty
|
||||||
./steam
|
|
||||||
./thunderbird
|
./thunderbird
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ inputs, lib, config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.steam = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./sops
|
./sops
|
||||||
./ssh
|
|
||||||
./vim
|
./vim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue