diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-23 10:39:27 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-23 10:39:27 +0530 | 
| commit | 17013313115f006ada16c2f6fe20ab54e9eccc6e (patch) | |
| tree | b9fab112d58b665a99bc8b5085424309eeed5783 /machines | |
| parent | 8b290e7d4c283b3797b98def90306d4d11babe5d (diff) | |
update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/vm/home.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 5 | 
2 files changed, 2 insertions, 5 deletions
| diff --git a/machines/vm/home.nix b/machines/vm/home.nix index 449f79b..e5b709d 100644 --- a/machines/vm/home.nix +++ b/machines/vm/home.nix @@ -1,8 +1,6 @@  { pkgs, ... }:  { -  nixpkgs.config.allowUnfree = true; -    home = {      username = "compromyse";      homeDirectory = "/home/compromyse"; 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 | 
