remove todos that I won't do
This commit is contained in:
parent
5ff790870d
commit
1453a28045
4 changed files with 0 additions and 6 deletions
|
|
@ -27,8 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
#todo: EditorConfig support ( https://editorconfig.org )
|
||||
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
stylix = {
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
#todo config
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
#todo make sure this on only if gnome is setup correctly
|
||||
nativeMessagingHosts = [ pkgs.gnome-browser-connector ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
#todo config
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
enable = lib.mkEnableOption "enable gnome de";
|
||||
};
|
||||
|
||||
#todo make this more configurable
|
||||
config = lib.mkIf config.settings.gnome.enable {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue