File tree Expand file tree Collapse file tree
home/linux/gui/base/noctalia/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
479490 },
480491 "network" : {
481492 "airplaneModeEnabled" : false ,
482- "bluetoothAutoConnect" : false ,
493+ "bluetoothAutoConnect" : true ,
483494 "bluetoothDetailsViewMode" : " grid" ,
484495 "bluetoothHideUnnamedDevices" : false ,
485496 "bluetoothRssiPollIntervalMs" : 10000 ,
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments