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
|
iptables
|
||||||
nftables
|
nftables
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
|
# Test
|
||||||
|
helix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.variables.EDITOR = "flow";
|
environment.variables.EDITOR = "flow";
|
||||||
programs = {
|
programs = {
|
||||||
nixvim = {
|
nixvim = {
|
||||||
enable = false;
|
enable = true;
|
||||||
colorschemes.github-theme.enable = true;
|
colorschemes.github-theme.enable = true;
|
||||||
};
|
};
|
||||||
nano = {
|
nano = {
|
||||||
|
|||||||
Reference in New Issue
Block a user