Compare commits
No commits in common. "330823cd68504149259d80be6842f1ded6a71aac" and "5428b5d59a5b673bda6821296cd4729448829f8c" have entirely different histories.
330823cd68
...
5428b5d59a
7 changed files with 28 additions and 108 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -314,6 +314,26 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"neovim": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1729421151,
|
||||||
|
"narHash": "sha256-4vXBq3gKoRVvCO0LkzqYkurrRbCtiPooAanl1zGu5/o=",
|
||||||
|
"ref": "refs/heads/main",
|
||||||
|
"rev": "2b17334f38bf58b6d5f6545014eb0d41368dec32",
|
||||||
|
"revCount": 68,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.ccnlc.eu/Nydragon/neovim.git"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.ccnlc.eu/Nydragon/neovim.git"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728056216,
|
"lastModified": 1728056216,
|
||||||
|
@ -462,6 +482,7 @@
|
||||||
"home-manager": "home-manager_2",
|
"home-manager": "home-manager_2",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"hyprlock": "hyprlock",
|
"hyprlock": "hyprlock",
|
||||||
|
"neovim": "neovim",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"nysh": "nysh",
|
"nysh": "nysh",
|
||||||
|
|
|
@ -47,6 +47,11 @@
|
||||||
url = "git+https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git";
|
url = "git+https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
url = "git+https://git.ccnlc.eu/Nydragon/neovim.git";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
@ -7,43 +6,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
withPython3 = false;
|
withPython3 = false;
|
||||||
withRuby = false;
|
withRuby = false;
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
|
||||||
lua
|
|
||||||
|
|
||||||
# Language Servers
|
|
||||||
rust-analyzer
|
|
||||||
nil
|
|
||||||
pyright
|
|
||||||
bash-language-server
|
|
||||||
lua-language-server
|
|
||||||
zls
|
|
||||||
typescript
|
|
||||||
nodePackages_latest.typescript-language-server
|
|
||||||
|
|
||||||
kdePackages.qtdeclarative # QML formatter
|
|
||||||
|
|
||||||
# Formatter
|
|
||||||
python311Packages.black # Python formatter
|
|
||||||
clang-tools
|
|
||||||
nodePackages_latest.prettier # JSON, JS, TS formatter
|
|
||||||
yamlfmt # YAML formatter
|
|
||||||
taplo # TOML formatter
|
|
||||||
rustfmt # Rust formatter
|
|
||||||
shfmt # Shell, Bash etc.
|
|
||||||
nixfmt-rfc-style
|
|
||||||
stylua # lua formatter
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
ripgrep
|
|
||||||
rustc
|
|
||||||
cargo
|
|
||||||
nodejs_22
|
|
||||||
clang
|
|
||||||
tree-sitter
|
|
||||||
fd
|
|
||||||
luajitPackages.luarocks
|
|
||||||
wl-clipboard
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
./disko.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
|
|
|
@ -1,38 +0,0 @@
|
||||||
{
|
|
||||||
disko.devices = {
|
|
||||||
disk.builtin = {
|
|
||||||
device = "/dev/nvme0n1";
|
|
||||||
type = "disk";
|
|
||||||
content = {
|
|
||||||
type = "gpt";
|
|
||||||
partitions = {
|
|
||||||
ESP = mkBoot "1G";
|
|
||||||
luks = {
|
|
||||||
size = "100%";
|
|
||||||
content = {
|
|
||||||
type = "luks";
|
|
||||||
name = "crypt";
|
|
||||||
settings = {
|
|
||||||
keyFile = "/tmp/secret.key";
|
|
||||||
allowDiscards = true;
|
|
||||||
};
|
|
||||||
content = {
|
|
||||||
type = "lvm_pv";
|
|
||||||
vg = "pool";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
lvm_vg = {
|
|
||||||
pool = {
|
|
||||||
type = "lvm_vg";
|
|
||||||
lvs = {
|
|
||||||
swap = mkSwap "32G";
|
|
||||||
root = mkRoot "100%" "ext4";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,6 +37,8 @@
|
||||||
#xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
|
#xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
|
||||||
|
|
||||||
hyprlock = inputs'.hyprlock.packages.hyprlock;
|
hyprlock = inputs'.hyprlock.packages.hyprlock;
|
||||||
|
|
||||||
|
neovim = inputs'.neovim.packages.default;
|
||||||
})
|
})
|
||||||
inputs.rustypaste.overlays.default
|
inputs.rustypaste.overlays.default
|
||||||
];
|
];
|
||||||
|
|
|
@ -79,34 +79,4 @@ in
|
||||||
inherit (lib.strings) sanitizeDerivationName;
|
inherit (lib.strings) sanitizeDerivationName;
|
||||||
in
|
in
|
||||||
str: (sanitizeDerivationName (lib.toLower str));
|
str: (sanitizeDerivationName (lib.toLower str));
|
||||||
|
|
||||||
dikso = {
|
|
||||||
mkBoot = size: {
|
|
||||||
size = size;
|
|
||||||
type = "EF00";
|
|
||||||
content = {
|
|
||||||
type = "filesystem";
|
|
||||||
format = "vfat";
|
|
||||||
mountpoint = "/boot";
|
|
||||||
mountOptions = [ "umask=0077" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
mkSwap = size: {
|
|
||||||
size = "32G";
|
|
||||||
content = {
|
|
||||||
type = "swap";
|
|
||||||
randomEncryption = true;
|
|
||||||
priority = 100;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
mkRoot = size: format: {
|
|
||||||
inherit size;
|
|
||||||
content = {
|
|
||||||
inherit format;
|
|
||||||
type = "filesystem";
|
|
||||||
mountpoint = "/";
|
|
||||||
mountOptions = [ "defaults" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue