Compare commits

..

No commits in common. "5a4b30609780e89c2fc05a043bd6cce77e0ceb3a" and "a2c3d7d10b7f1cc21918b59b2de08857d9905f69" have entirely different histories.

3 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,7 @@
{ pkgs, lib, config, ... }: { pkgs, lib, config, ... }:
let
catppuccin = pkgs.callPackage ../../../../pkgs/tmuxPlugins/catppuccin.nix {};
in
{ {
options = { options = {

View File

@ -1,22 +1,21 @@
{ pkgs, ... }: { config, lib, pkgs, vars, ... }:
{ {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
vim vim
git git
openssh openssh
file file
w3m w3m
btop btop
iftop iftop
iotop iotop
ncdu ncdu
wget
]; ];
etc = { etc = {
"ncdu.conf".text = '' "ncdu.conf".text = ''
--color dark --color dark
''; '';
}; };
}; };

View File

@ -12,9 +12,7 @@ in
defaultUser = username; defaultUser = username;
nativeSystemd = true; nativeSystemd = true;
useWindowsDriver = true; useWindowsDriver = true;
wslConf = { wslConf = { network.hostname = hostName; };
network.hostname = hostName;
};
}; };
}; };
} }