Compare commits

..

No commits in common. "de37b2e86837716e1c7b491f265736f206ab1b1c" and "d2e4038b867115632e671f7a4cd1cdce20bcb8ad" have entirely different histories.

5 changed files with 7 additions and 17 deletions

View File

@ -1,7 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
imports = [
@ -44,11 +43,9 @@
hive.zsh.enable = true;
hive.nix-scripts.enable = true;
hive.doom.enable = true;
hive.doom.asDefaultEditor = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.doom.withPythonPkgs = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543
@ -84,7 +81,7 @@
home.stateVersion = "24.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = lib.mkDefault "vim";
EDITOR = "vim";
};
# Let Home Manager install and manage itself.

View File

@ -1,4 +1,4 @@
{lib, ...}: {
{...}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "jonas";
@ -9,7 +9,6 @@
hive.nix-scripts.enable = true;
hive.ranger.enable = true;
hive.doom.enable = true;
hive.doom.asDefaultEditor = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
@ -23,7 +22,7 @@
home.stateVersion = "24.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = lib.mkDefault "vim";
EDITOR = "vim";
};
# Let Home Manager install and manage itself.

View File

@ -1,8 +1,4 @@
{
config,
lib,
...
}: rec {
{config, ...}: rec {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "jonas";
@ -14,12 +10,10 @@
# hive moduless
hive.doom.enable = true;
hive.doom.asDefaultEditor = true;
hive.doom.enableCopilot = true;
hive.doom.enableTidal = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.doom.withPythonPkgs = true;
hive.firefox = {
enable = true;
plasmaIntegration = false;
@ -68,7 +62,7 @@
home.stateVersion = "24.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = lib.mkDefault "vim";
EDITOR = "vim";
};
# Let Home Manager install and manage itself.

View File

@ -14,7 +14,7 @@
${pkgs.alejandra}/bin/alejandra . &>/dev/null
${pkgs.git}/bin/git diff -U0
echo "NixOS Rebuilding..."
home-manager switch --flake ~/.hive -b backup --log-format internal-json |& ${pkgs.nix-output-monitor}/bin/nom --json
${pkgs.nh}/bin/nh home switch ~/.hive
gen=$(home-manager generations | head -n1 | ${pkgs.gawk}/bin/awk '{print "Gen" $5 " @ " $1 "-" $2}')
by="$(${pkgs.coreutils-full}/bin/whoami)@$(${pkgs.nettools}/bin/hostname)"
${pkgs.git}/bin/git commit --no-gpg-sign -am "Home $gen by $by"

View File

@ -28,7 +28,7 @@
vscode-langservers-extracted
];
default-shell-pkgs = with pkgs; [
bash-language-server
emmet-ls
];
default-nix-pkgs = with pkgs; [
alejandra