Compare commits
2 Commits
c5b3aa3599
...
215ce15ca8
| Author | SHA1 | Date | |
|---|---|---|---|
| 215ce15ca8 | |||
| 3d5759cc2c |
@@ -21,7 +21,7 @@
|
|||||||
source ${pkgs.blesh}/share/blesh/ble.sh
|
source ${pkgs.blesh}/share/blesh/ble.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
initContent = if config.homeconfig.wal.enable then (lib.mkBefore ''
|
initExtra = if config.homeconfig.wal.enable then (lib.mkBefore ''
|
||||||
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
||||||
eval "$(oh-my-posh init bash --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
eval "$(oh-my-posh init bash --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
||||||
'') else (lib.mkBefore ''
|
'') else (lib.mkBefore ''
|
||||||
|
|||||||
@@ -73,7 +73,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "homebox";
|
|
||||||
nameservers = lib.mkDefault [ "1.1.1.1" "1.0.0.1" ];
|
nameservers = lib.mkDefault [ "1.1.1.1" "1.0.0.1" ];
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -119,7 +118,6 @@
|
|||||||
extraModules = [
|
extraModules = [
|
||||||
{
|
{
|
||||||
homeconfig = {
|
homeconfig = {
|
||||||
host = "homebox";
|
|
||||||
minimal = false;
|
minimal = false;
|
||||||
wayvnc.enable = false;
|
wayvnc.enable = false;
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user