diff --git a/flake.nix b/flake.nix index 26369b5..442ed27 100644 --- a/flake.nix +++ b/flake.nix @@ -52,22 +52,6 @@ ]; }; - FCS-Tristan-Nixbook = mkConf { - nixos-modules = [ - ./hardware/fcs-tristan-nixbook.nix - ./nixos/workstation.nix - ./nixos/modules/work.nix - ./nixos/programs/cosmic.nix - ./nixos/programs/libvertd.nix - ./nixos/programs/hyprland.nix - ]; - home-modules = [ - ./home/programs/work.nix - ./home/programs/graphical.nix - ./home/desktop/cosmic/laptop.nix - ]; - }; - framework-13 = mkConf { nixos-modules = [ ./hardware/framework-13.nix @@ -102,26 +86,6 @@ ]; }; - vm-sway = - builtins.trace '' - use super+enter to start a terminal. - use super+d to launch applications - - start the vm with '-vga qxl' or '-vga virtio' - '' - mkConf - { - nixos-modules = [ - ./hardware/vm.nix - (auto-login "sway") - ./nixos/workstation.nix - ]; - home-modules = [ - ./home/desktop/sway/. - ./home/workstation.nix - ]; - }; - vm-cosmic = mkConf { @@ -136,14 +100,6 @@ }; vm-hyprland = - builtins.trace '' - use super+enter to start a terminal. - use super+d to launch applications - - Hyprland is VERY SLOW in the VM. - - start with '-vga virtio' - '' mkConf { nixos-modules = [ diff --git a/nixos/default.nix b/nixos/default.nix index 04cca58..be17b83 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -96,8 +96,7 @@ in { sops lsof nix-tree - nix-index - nh + comma jq ]; @@ -109,4 +108,8 @@ in { enable = true; enabledCollectors = ["systemd"]; }; + + programs.nix-index.enable = true; + programs.nh.enable = true; + } diff --git a/nixos/workstation.nix b/nixos/workstation.nix index 1d24a21..334e4de 100644 --- a/nixos/workstation.nix +++ b/nixos/workstation.nix @@ -53,6 +53,7 @@ }; }; }; + qt.enable = true; nixpkgs.overlays = [ (final: prev: {