Compare commits
No commits in common. "ea00c8962064c7565e2c0a2da6a507f793d71919" and "dee5594c1c96a9be39d7e340c49e09474f801443" have entirely different histories.
ea00c89620
...
dee5594c1c
12
flake.lock
generated
12
flake.lock
generated
@ -283,17 +283,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710598928,
|
"lastModified": 1710595214,
|
||||||
"narHash": "sha256-GlWNtPxMzNzEuR9lVpzUZ7Kw1rVEQqWdE+VH7xmOoPU=",
|
"narHash": "sha256-mjOOCO3F9gTd/+FIZMXuSYydBTtYqBcWDPkopCpXJh8=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "3f9559992a9a67f632ab0e32590c826968cc9712",
|
"rev": "a9bc0c8a7aca1a8f1c184d3c3a649d3f85fb3bc0",
|
||||||
"revCount": 25,
|
"revCount": 23,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.project-cloud.net/asmir/nvim_flake"
|
"url": "file://file:/home/akill/proj/nvim_flake/"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.project-cloud.net/asmir/nvim_flake"
|
"url": "file://file:/home/akill/proj/nvim_flake/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"peerix": {
|
"peerix": {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nvim = {
|
nvim = {
|
||||||
url = "git+https://git.project-cloud.net/asmir/nvim_flake";
|
url = "git+file:/home/akill/proj/nvim_flake/";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
lib,
|
lib,
|
||||||
project-cloud,
|
project-cloud,
|
||||||
goatcounter,
|
goatcounter,
|
||||||
nvim,
|
|
||||||
system,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [];
|
imports = [];
|
||||||
@ -13,8 +11,6 @@
|
|||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
nixpkgs.overlays = [ nvim.overlays.${system}.overlay ];
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 2;
|
boot.loader.systemd-boot.configurationLimit = 2;
|
||||||
@ -34,15 +30,14 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
alejandra
|
||||||
curl
|
curl
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
fzy
|
fzy
|
||||||
git
|
git
|
||||||
goatcounter.packages.aarch64-linux.goatcounter
|
|
||||||
htop-vim
|
htop-vim
|
||||||
nvim
|
|
||||||
pciutils
|
pciutils
|
||||||
tig
|
tig
|
||||||
tmux
|
tmux
|
||||||
@ -50,9 +45,15 @@
|
|||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
|
goatcounter.packages.aarch64-linux.goatcounter
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
vimAlias = true;
|
||||||
|
viAlias = true;
|
||||||
|
};
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user