Compare commits
No commits in common. "5a4b30609780e89c2fc05a043bd6cce77e0ceb3a" and "a2c3d7d10b7f1cc21918b59b2de08857d9905f69" have entirely different histories.
5a4b306097
...
a2c3d7d10b
|
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
|
let
|
||||||
|
catppuccin = pkgs.callPackage ../../../../pkgs/tmuxPlugins/catppuccin.nix {};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ config, lib, pkgs, vars, ... }:
|
||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
iftop
|
iftop
|
||||||
iotop
|
iotop
|
||||||
ncdu
|
ncdu
|
||||||
wget
|
|
||||||
];
|
];
|
||||||
etc = {
|
etc = {
|
||||||
"ncdu.conf".text = ''
|
"ncdu.conf".text = ''
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue