1
Fork 0

Fix lapetus again

- remove lapetus home manager usage
- try to fix nixos hardware import error
This commit is contained in:
prescientmoon 2024-10-11 12:40:05 +02:00
parent 5f8f646ae1
commit f64c0e35bf
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
4 changed files with 10 additions and 14 deletions

View file

@ -3,19 +3,19 @@
imports = [ imports = [
./global.nix ./global.nix
./features/desktop/zathura.nix
./features/desktop/spotify.nix
./features/desktop/obsidian.nix
./features/desktop/foot.nix
./features/desktop/steam.nix
./features/desktop/edopro.nix
./features/desktop/firefox
./features/desktop/discord
./features/cli/productivity
./features/cli/catgirl.nix ./features/cli/catgirl.nix
./features/cli/lazygit.nix ./features/cli/lazygit.nix
./features/cli/nix-index.nix ./features/cli/nix-index.nix
./features/cli/productivity
./features/cli/zellij.nix ./features/cli/zellij.nix
./features/desktop/discord
./features/desktop/edopro.nix
./features/desktop/firefox
./features/desktop/foot.nix
./features/desktop/obsidian.nix
./features/desktop/spotify.nix
./features/desktop/steam.nix
./features/desktop/zathura.nix
./features/wayland/hyprland ./features/wayland/hyprland
./features/neovim ./features/neovim
]; ];

View file

@ -51,6 +51,7 @@ let
list = false; # I don't want to show things like tabs list = false; # I don't want to show things like tabs
cmdheight = 0; # Hide command line when it's not getting used cmdheight = 0; # Hide command line when it's not getting used
spell = true; # Spell checker spell = true; # Spell checker
signcolumn = "yes"; # Keeps the sign column of a consistent width
# tcqj are there by default, and "r" automatically continues comments on enter # tcqj are there by default, and "r" automatically continues comments on enter
formatoptions = "tcqjr"; formatoptions = "tcqjr";

View file

@ -1,4 +0,0 @@
{
imports = [ ./global.nix ];
home.stateVersion = "23.05";
}

View file

@ -2,7 +2,6 @@
{ {
imports = with inputs.nixos-hardware.nixosModules; [ imports = with inputs.nixos-hardware.nixosModules; [
common-cpu-intel common-cpu-intel
common-gpu-intel
common-pc-laptop common-pc-laptop
common-pc-laptop-hdd common-pc-laptop-hdd
common-pc-hdd common-pc-hdd