Compare commits
3 Commits
78990e6414
...
d84bfd4628
| Author | SHA1 | Date | |
|---|---|---|---|
| d84bfd4628 | |||
| fb6ac408e1 | |||
| f01b079931 |
@@ -68,6 +68,7 @@ in {
|
|||||||
|
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
frajul.typst-languagetool
|
frajul.typst-languagetool
|
||||||
|
ltex-ls-plus
|
||||||
]
|
]
|
||||||
++ lib.optional config.is-nixos emacs;
|
++ lib.optional config.is-nixos emacs;
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
imports = [inputs.nixvim.homeModules.nixvim];
|
imports = [inputs.nixvim.homeModules.nixvim];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
@@ -30,12 +30,9 @@
|
|||||||
networkmanager-openconnect
|
networkmanager-openconnect
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = false;
|
||||||
# MDNS Taken by avahi
|
# MDNS Taken by avahi
|
||||||
services.resolved.extraConfig = ''
|
# networking.networkmanager.dns = "none";
|
||||||
MulticastDNS=false
|
|
||||||
'';
|
|
||||||
|
|
||||||
networking.nameservers = lib.mkDefault [
|
networking.nameservers = lib.mkDefault [
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
outputs,
|
outputs,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
# Apply overlays
|
# Apply overlays
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# TODO: apply this to hm and nixos without duplicate code
|
# TODO: apply this to hm and nixos without duplicate code
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
{
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user