From 17013313115f006ada16c2f6fe20ab54e9eccc6e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 23 Feb 2025 10:39:27 +0530 Subject: update --- machines/x/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'machines/x/home.nix') 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 -- cgit v1.2.3