Compare commits
No commits in common. "a31490012195fb6009d2088fb40c54b015d4366c" and "b16ab9c037ba41a3573f4edbe186f6dbf2dba5e5" have entirely different histories.
a314900121
...
b16ab9c037
3 changed files with 2 additions and 20 deletions
|
@ -11,6 +11,6 @@
|
||||||
# Setup fish init
|
# Setup fish init
|
||||||
programs.fish.shellInit = ''
|
programs.fish.shellInit = ''
|
||||||
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
|
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
|
||||||
ssh-add >/dev/null 2>&1
|
ssh-add
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
default = "saved";
|
|
||||||
gfxmodeEfi = "1600x1200";
|
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
@ -152,17 +150,6 @@
|
||||||
# System tools
|
# System tools
|
||||||
gparted
|
gparted
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
(dislocker.overrideAttrs (prev: {
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "aorimn";
|
|
||||||
repo = "dislocker";
|
|
||||||
rev = "3e7aea196eaa176c38296a9bc75c0201df0a3679";
|
|
||||||
sha256 = "sha256-jKk+okSQJ54R17EiUk9NnjLxGi6RrwFrGFVi8ekckww=";
|
|
||||||
};
|
|
||||||
patches = [];
|
|
||||||
}))
|
|
||||||
# Test driving
|
|
||||||
freecad-wayland
|
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.podman = {enable = true;};
|
virtualisation.podman = {enable = true;};
|
||||||
|
|
|
@ -14,19 +14,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Basic text editing and git
|
|
||||||
neovim
|
neovim
|
||||||
git
|
git
|
||||||
# Basic terminal and cli utilities
|
|
||||||
tmux
|
tmux
|
||||||
just
|
|
||||||
# Basic nix utilities
|
|
||||||
alejandra
|
alejandra
|
||||||
nix-index
|
nix-index
|
||||||
# Basic networking utilities
|
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
dig
|
just
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue