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 = [
|
||||
./firefox
|
||||
./kitty
|
||||
./steam
|
||||
./thunderbird
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ inputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./sops
|
||||
./ssh
|
||||
./vim
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue