neovim update; removed unused files; dont now what else. whoops

This commit is contained in:
Nico
2025-05-05 20:09:34 +02:00
parent 981a2edcb4
commit c1da805aad
55 changed files with 1626 additions and 814 deletions

View File

@@ -22,16 +22,17 @@
};
# hyprland
# programs.hyprland = {
# enable = true;
# xwayland.enable = true;
# };
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
boot.supportedFilesystems = [ "ntfs" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
security.polkit.enable = true;
nix.settings.trusted-users = [ "root" "n" ];
# Bootloader.
@@ -133,6 +134,8 @@
programs.zsh.enable = true;
# programs.nushell.enable = true;
programs.adb.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.n = {
isNormalUser = true;
@@ -141,7 +144,7 @@
packages = with pkgs; [
obsidian
];
shell = pkgs.nushell;
shell = pkgs.zsh;
};
@@ -161,9 +164,9 @@
environment.systemPackages = with pkgs; [
inputs.nixStable.legacyPackages.${pkgs.system}.heroic
inputs.nixStable.legacyPackages.${pkgs.system}.heroic
pkgs.devenv
pkgs.vim
pkgs.wget
pkgs.git