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, ... }:
let
catppuccin = pkgs.callPackage ../../../../pkgs/tmuxPlugins/catppuccin.nix {};
in
{
options = {

View File

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

View File

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