Fix flake.nix and home/default.nix configurations
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home = {
|
||||
@@ -24,12 +19,8 @@
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
home.packages = [
|
||||
pkgs.teams-for-linux
|
||||
];
|
||||
pkgs.teams-for-linux
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user