Fix lapetus again
- remove lapetus home manager usage - try to fix nixos hardware import error
This commit is contained in:
parent
5f8f646ae1
commit
f64c0e35bf
|
@ -3,19 +3,19 @@
|
|||
imports = [
|
||||
./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/lazygit.nix
|
||||
./features/cli/nix-index.nix
|
||||
./features/cli/productivity
|
||||
./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/neovim
|
||||
];
|
||||
|
|
|
@ -51,6 +51,7 @@ let
|
|||
list = false; # I don't want to show things like tabs
|
||||
cmdheight = 0; # Hide command line when it's not getting used
|
||||
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
|
||||
formatoptions = "tcqjr";
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
imports = [ ./global.nix ];
|
||||
home.stateVersion = "23.05";
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = with inputs.nixos-hardware.nixosModules; [
|
||||
common-cpu-intel
|
||||
common-gpu-intel
|
||||
common-pc-laptop
|
||||
common-pc-laptop-hdd
|
||||
common-pc-hdd
|
||||
|
|
Loading…
Reference in a new issue