mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -80,12 +80,15 @@ in
|
||||
iptables
|
||||
nftables
|
||||
openssl
|
||||
|
||||
# Test
|
||||
helix
|
||||
];
|
||||
};
|
||||
environment.variables.EDITOR = "flow";
|
||||
programs = {
|
||||
nixvim = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
colorschemes.github-theme.enable = true;
|
||||
};
|
||||
nano = {
|
||||
|
||||
Reference in New Issue
Block a user