wip clight-gui
This commit is contained in:
parent
452ab37e39
commit
a4ca8bc43b
@ -72,10 +72,15 @@
|
|||||||
|
|
||||||
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;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
|
# wip put clight-gui to nixpkgs
|
||||||
|
#services.geoclue2 = {
|
||||||
|
# enable = true;
|
||||||
|
# enableWifi = true;
|
||||||
|
#};
|
||||||
|
#location.provider = "geoclue2";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
iw
|
iw
|
||||||
vlc
|
vlc
|
||||||
@ -90,7 +95,6 @@
|
|||||||
pandoc
|
pandoc
|
||||||
evince
|
evince
|
||||||
calibre
|
calibre
|
||||||
gtimelog
|
|
||||||
chromium
|
chromium
|
||||||
hunspell
|
hunspell
|
||||||
tigervnc
|
tigervnc
|
||||||
@ -132,9 +136,6 @@
|
|||||||
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 {
|
||||||
@ -165,12 +166,6 @@
|
|||||||
imports = [./plasma.nix];
|
imports = [./plasma.nix];
|
||||||
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
||||||
|
|
||||||
# TODO
|
|
||||||
#xdg.configFile."gtimelog" = {
|
|
||||||
# source = "/home/motiejus/.local/share/gtimelog";
|
|
||||||
# target = "/home/motiejus/M-Active/timelog";
|
|
||||||
#};
|
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = {
|
profiles = {
|
||||||
|
Loading…
Reference in New Issue
Block a user