Compare commits
2 commits
afe8cc2d54
...
f456d71cab
Author | SHA1 | Date | |
---|---|---|---|
f456d71cab | |||
e634710c5f |
3 changed files with 1 additions and 4 deletions
|
@ -34,6 +34,7 @@
|
|||
obsidian-wayland
|
||||
virt-manager
|
||||
qbittorrent
|
||||
miru
|
||||
hyprpicker
|
||||
imv
|
||||
mpv
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./disko-config.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
./disko-config.nix
|
||||
];
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# ./disko-config.nix
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
# ./disko-config.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue