Compare commits
No commits in common. "5a4b30609780e89c2fc05a043bd6cce77e0ceb3a" and "a2c3d7d10b7f1cc21918b59b2de08857d9905f69" have entirely different histories.
5a4b306097
...
a2c3d7d10b
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
catppuccin = pkgs.callPackage ../../../../pkgs/tmuxPlugins/catppuccin.nix {};
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, lib, pkgs, vars, ... }:
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
|
|
@ -11,7 +11,6 @@
|
|||
iftop
|
||||
iotop
|
||||
ncdu
|
||||
wget
|
||||
];
|
||||
etc = {
|
||||
"ncdu.conf".text = ''
|
||||
|
|
|
|||
|
|
@ -12,9 +12,7 @@ in
|
|||
defaultUser = username;
|
||||
nativeSystemd = true;
|
||||
useWindowsDriver = true;
|
||||
wslConf = {
|
||||
network.hostname = hostName;
|
||||
};
|
||||
wslConf = { network.hostname = hostName; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue