diff options
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/home.nix | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index 80d1b96..be6acef 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -1,8 +1,6 @@  { inputs, pkgs, ... }:  { -  nixpkgs.config.allowUnfree = true; -    home = {      username = "compromyse";      homeDirectory = "/home/compromyse"; @@ -10,6 +8,7 @@    home.packages = with pkgs; [      wget +    aria2      tmux      fzf @@ -20,8 +19,8 @@      zip      imv +    mpv -    discord      firefox      google-chrome | 
