neovim update; removed unused files; dont now what else. whoops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user