Skip to content

Commit c6ac60f

Browse files
committed
snapshot
1 parent d53e4c7 commit c6ac60f

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

home/linux/gui/base/noctalia/config/settings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,17 @@
221221
"id": "plugin:privacy-indicator"
222222
},
223223
{
224+
"defaultSettings": {
225+
"autoHeight": true,
226+
"cheatsheetData": [],
227+
"columnCount": 3,
228+
"detectedCompositor": "",
229+
"hyprlandConfigPath": "~/.config/hypr/hyprland.conf",
230+
"modKeyVariable": "$mod",
231+
"niriConfigPath": "~/.config/niri/config.kdl",
232+
"windowHeight": 0,
233+
"windowWidth": 1400
234+
},
224235
"id": "plugin:keybind-cheatsheet"
225236
}
226237
]
@@ -479,7 +490,7 @@
479490
},
480491
"network": {
481492
"airplaneModeEnabled": false,
482-
"bluetoothAutoConnect": false,
493+
"bluetoothAutoConnect": true,
483494
"bluetoothDetailsViewMode": "grid",
484495
"bluetoothHideUnnamedDevices": false,
485496
"bluetoothRssiPollIntervalMs": 10000,

hosts/idols-ai/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rec {
2727
disko.nixosModules.default
2828
# disks
2929
./disko-fs.nix
30-
./disko-fs-data.nix
30+
# ./disko-fs-data.nix
3131
# ./netdev-mount.nix
3232

3333
# Include the results of the hardware scan.

hosts/idols-ai/hardware-configuration.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ in
109109
boot.loader.systemd-boot.windows = {
110110
"nvme1n1p1" = {
111111
title = "Windows 11";
112-
efiDeviceHandle = "HD2b";
112+
efiDeviceHandle = "HD1b";
113113
};
114114
};
115115
# NOTE: manual configuration example
@@ -122,7 +122,7 @@ in
122122

123123
# boot.loader.systemd-boot.extraFiles."windows.nsh" = (
124124
# pkgs.writeText "windows.nsh" ''
125-
# HD2b:EFI\Microsoft\Boot\Bootmgfw.efi
125+
# HD1b:EFI\Microsoft\Boot\Bootmgfw.efi
126126
# ''
127127
# );
128128

0 commit comments

Comments
 (0)