Compare commits
8 commits
b16ab9c037
...
a314900121
Author | SHA1 | Date | |
---|---|---|---|
a314900121 | |||
5c04b0be5d | |||
be78cbcedc | |||
5dce76ffc2 | |||
cfb97d506f | |||
3b6cb441f5 | |||
8881219920 | |||
285659e558 |
3 changed files with 20 additions and 2 deletions
|
@ -11,6 +11,6 @@
|
|||
# Setup fish init
|
||||
programs.fish.shellInit = ''
|
||||
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
|
||||
ssh-add
|
||||
ssh-add >/dev/null 2>&1
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
device = "nodev";
|
||||
efiSupport = true;
|
||||
useOSProber = true;
|
||||
default = "saved";
|
||||
gfxmodeEfi = "1600x1200";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
@ -150,6 +152,17 @@
|
|||
# System tools
|
||||
gparted
|
||||
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;};
|
||||
|
|
|
@ -14,14 +14,19 @@
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Basic text editing and git
|
||||
neovim
|
||||
git
|
||||
# Basic terminal and cli utilities
|
||||
tmux
|
||||
just
|
||||
# Basic nix utilities
|
||||
alejandra
|
||||
nix-index
|
||||
# Basic networking utilities
|
||||
curl
|
||||
wget
|
||||
just
|
||||
dig
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue