wip gtimelog still
This commit is contained in:
parent
9a57670313
commit
be378bb40a
@ -67,6 +67,10 @@
|
|||||||
|
|
||||||
networking.networkmanager.enable = true;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
iw
|
iw
|
||||||
vlc
|
vlc
|
||||||
@ -115,6 +119,9 @@
|
|||||||
gnome.gnome-calculator
|
gnome.gnome-calculator
|
||||||
gnome.gnome-calendar
|
gnome.gnome-calendar
|
||||||
|
|
||||||
|
# TODO gtimelog move to it's own module
|
||||||
|
gnome.adwaita-icon-theme
|
||||||
|
|
||||||
xorg.xev
|
xorg.xev
|
||||||
|
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
@ -136,6 +143,7 @@
|
|||||||
|
|
||||||
home-manager.users.motiejus = {pkgs, ...}: {
|
home-manager.users.motiejus = {pkgs, ...}: {
|
||||||
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
#xdg.configFile."gtimelog" = {
|
#xdg.configFile."gtimelog" = {
|
||||||
# source = "/home/motiejus/.local/share/gtimelog";
|
# source = "/home/motiejus/.local/share/gtimelog";
|
||||||
|
Loading…
Reference in New Issue
Block a user