config

NixOS config
Log | Files | Refs | README | LICENSE

commit be378bb40aa3bde34ecf3a5e895814b47a5fac37 (tree)
parent 9a576703130e82c92ec985332d2fede4a47e66d8
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 22 Sep 2023 10:35:25 +0300

wip gtimelog still

Diffstat:
Mmodules/profiles/desktop/default.nix | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -67,6 +67,10 @@ networking.networkmanager.enable = true; + # TODO gtimelog move to it's own module + programs.dconf.enable = true; + services.gnome.gnome-keyring.enable = true; + environment.systemPackages = with pkgs; [ iw vlc @@ -115,6 +119,9 @@ gnome.gnome-calculator gnome.gnome-calendar + # TODO gtimelog move to it's own module + gnome.adwaita-icon-theme + xorg.xev (texlive.combine { @@ -136,6 +143,7 @@ home-manager.users.motiejus = {pkgs, ...}: { xdg.configFile."awesome/rc.lua".source = ./rc.lua; + # TODO #xdg.configFile."gtimelog" = { # source = "/home/motiejus/.local/share/gtimelog";