remove nix on droid

This commit is contained in:
Michael Thomson
2026-02-13 11:45:04 -05:00
parent 04ddc8f9bf
commit e7d0282ec8
5 changed files with 0 additions and 287 deletions

View File

@@ -1,83 +0,0 @@
{
config,
lib,
pkgs,
inputs,
...
}: {
# Simply install just the packages
environment.packages = with pkgs; [
# User-facing stuff that you really really want to have
vim # or some other editor, e.g. nano or neovim
git
openssh
which
nettools
# Some common stuff that people expect to have
iproute2
procps
killall
diffutils
findutils
utillinux
#tzdata
hostname
man
gnugrep
#gnupg
#gnused
gnutar
#bzip2
#gzip
#xz
#zip
#unzip
];
# Backup etc files instead of failing to activate generation if a file already exists in /etc
environment.etcBackupExtension = ".bak";
# Read the changelog before changing this value
system.stateVersion = "24.05";
# Set up nix for flakes
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
user.shell = "${lib.getExe pkgs.zsh}";
terminal.colors = {
background = "#1d2021";
foreground = "#ebdbb2";
color0 = "#282828";
color8 = "#928374";
color1 = "#cc241d";
color9 = "#fb4934";
color2 = "#98971a";
color10 = "#b8bb26";
color3 = "#d79921";
color11 = "#fabd2f";
color4 = "#458588";
color12 = "#83a598";
color5 = "#b16286";
color13 = "#d3869b";
color6 = "#689d6a";
color14 = "#8ec07c";
color7 = "#a89984";
color15 = "#ebdbb2h";
};
# Set your time zone
time.timeZone = "America/Toronto";
home-manager = {
extraSpecialArgs = {inherit inputs;};
config = ./home.nix;
backupFileExtension = "hm-bak";
useGlobalPkgs = true;
useUserPackages = true;
};
}

View File

@@ -1,37 +0,0 @@
{
config,
lib,
pkgs,
...
}: {
# Read the changelog before changing this value
home.stateVersion = "24.05";
# insert home-manager config
imports = [
../../modules/home-manager/neovim
../../modules/home-manager/zsh.nix
../../modules/home-manager/git.nix
../../modules/home-manager/tmux.nix
../../modules/home-manager/bitwarden.nix
../../modules/home-manager/kubernetes.nix
../../modules/home-manager/email-personal.nix
../../modules/home-manager/direnv.nix
../../modules/home-manager/emacs
];
home.sessionVariables = {
ZK_NOTEBOOK_DIR = "\${HOME}/zk";
};
programs = {
zk = {
enable = true;
settings = {
notebook = {
dir = "~/zk";
};
};
};
};
}

View File

@@ -35,7 +35,6 @@
azure-cli.extensions.containerapp
])
nh
android-tools
todo-txt-cli
age
];