aszlig
7447bdc523
nixos/plasma5: Fix eval of colord-kde/wacomtablet
...
Regression introduced by 053b05d14d
.
The commit in question essentially removed the "with pkgs;" from the
scope around the various packages added to environment.systemPackages.
Since services.colord.enable and services.xserver.wacom.enable are false
by default, the change above didn't directly result in an evaluation
error.
Tested evaluation before and after this change via:
for cfg in hardware.bluetooth.enable \
networking.networkmanager.enable \
hardware.pulseaudio.enable \
powerManagement.enable \
services.colord.enable \
services.samba.enable \
services.xserver.wacom.enable; do
nix-instantiate --eval nixos --arg configuration '{
services.xserver.desktopManager.plasma5.enable = true;
'"$cfg"' = true;
}' -A config.environment.systemPackages > /dev/null
done
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2020-09-15 01:19:15 +02:00
Orivej Desh
21b2900bd4
nixos/plasma5: fix build with hardware.bluetooth.enable = true after #97456
2020-09-11 05:29:57 +00:00
Thomas Tuegel
959c0bf468
Merge pull request #97456 from ttuegel/master--plasma5-no-qt-5.15
...
Remove Qt 5.15 from the Plasma 5 closure
2020-09-09 05:14:21 -05:00
Maciej Krüger
8c4dd13e3f
nixos/cinnamon: add warpinator & blueberry pkgs
2020-09-08 17:09:12 +02:00
Thomas Tuegel
053b05d14d
Remove Qt 5.15 from Plasma closure
2020-09-08 08:47:34 -05:00
Thomas Tuegel
0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
...
Qt 5.15.0
2020-09-07 20:18:57 -05:00
Maciej Krüger
04ea3a0ff6
nixos/cinnamon: init
...
Co-Authored-By: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-09-08 01:44:09 +02:00
Thomas Tuegel
20bfb27eaf
nixos/plasma5: Use Qt 5.14
2020-09-07 08:06:33 -05:00
Samuel Gräfenstein
82cf1d9dcd
nixos/plasma5: Noto Mono -> Noto Sans Mono
...
The font has been renamed.
See https://github.com/googlefonts/noto-fonts/pull/1029
2020-07-07 17:07:27 +02:00
zowoq
fa607bc939
nixos/gnome3: nixos-artwork -> pkgs.nixos-artwork
2020-06-09 15:33:37 +10:00
worldofpeace
d508591039
Merge pull request #86163 from worldofpeace/wallpaper-refactor
...
Gnome and Pantheon: install nixos wallpapers
2020-06-07 14:44:59 -04:00
Peter Hoeg
ad0df8414e
Merge pull request #88942 from peterhoeg/m/kde_ddc
...
powerdevil: add DDC support
2020-05-28 19:14:51 +08:00
José Romildo Malaquias
d6a534937d
Merge pull request #88791 from romildo/upd.lumina
...
nixos/lumina: use xsession provided
2020-05-26 20:44:06 -03:00
José Romildo Malaquias
d4fc8a16a2
Merge pull request #88603 from romildo/upd.enlightenment
...
enlightenment.enlightenment: 0.23.1 -> 0.24.0, cleanup and fixes
2020-05-26 20:43:00 -03:00
Peter Hoeg
a3aec35383
nixos/plasma: support setting brightness via DDC
2020-05-26 22:28:15 +08:00
José Romildo Malaquias
f78e757cf3
nixos/lumina: use xsession provided
2020-05-25 12:16:48 -03:00
markuskowa
ff88568673
Merge pull request #87934 from gnidorah/cde
...
nixos/cde: add extraPackages option
2020-05-24 15:16:43 +02:00
gnidorah
3f20aa9468
nixos/cde: add extraPackages option
2020-05-24 15:59:49 +03:00
José Romildo Malaquias
fa8bd535fc
enlightenment.enlightenment: fix setuid wrappers
2020-05-24 00:22:53 -03:00
José Romildo Malaquias
182f587c2f
nixos/enlightenment: add ephoto and rage
2020-05-24 00:22:53 -03:00
José Romildo Malaquias
9c6322258a
nixos/enlightenment: remove some themes and xauth
...
- E already comes with a default icon theme
- There are already the gtk default Adwaita themes for gtk2, gtk3 and icons
- Remove gnome-icon-theme (from old gtk2)
- Remove tango-icon-theme
- Remove xauth (used by kdesu), as kdesu is not a componnent of E. If
really needed it should be added in the system configuration.
2020-05-24 00:22:53 -03:00
José Romildo Malaquias
b1676e5a96
nixos/enlightenment: no need to explicitly set XDG_MENU_PREFIX
...
It is already set in the source code upstream.
2020-05-24 00:22:53 -03:00
José Romildo Malaquias
5a73d925ca
nixos/enlightenment: use display manager session packages
2020-05-24 00:22:53 -03:00
gnidorah
b9d37e55a0
maxx: drop ( #87715 )
2020-05-19 14:38:59 -04:00
Jakub Fišer
c04989da24
nixos/pantheon: mkDefault value for defaultSession
...
Fixes #86907
2020-05-05 21:38:39 +02:00
worldofpeace
5100e4f250
nixos/pantheon: install nixos wallpaper
...
Fixes #86146
2020-04-29 13:24:37 -04:00
worldofpeace
7f3bc5b8fa
nixos/gnome3: install nixos wallpapers
2020-04-29 13:24:37 -04:00
worldofpeace
62587f43dd
nixos-artwork: add file path attributes
...
This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
2020-04-29 13:23:35 -04:00
worldofpeace
a6dc21fa2d
nixos/pantheon: fix doc typo
2020-04-29 01:20:03 -04:00
Dominik Xaver Hörl
0412bde942
treewide: add bool type to enable options, or make use of mkEnableOption
...
Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
2020-04-21 08:55:36 +02:00
worldofpeace
50fe769887
nixos/pantheon: use new notifications
...
We have this bug https://github.com/elementary/gala/issues/636
when using notifications in gala. It's likely to not really be fixed
because all development is on the new notifications server.
2020-04-06 02:48:07 -04:00
worldofpeace
92e9009172
Merge pull request #84215 from worldofpeace/pantheon-update-04-03
...
Pantheon update 2020-04-03
2020-04-05 22:23:32 -04:00
José Romildo Malaquias
9908785fa7
Merge pull request #84230 from romildo/upd.gnome-icon-theme
...
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-05 22:42:58 -03:00
José Romildo Malaquias
737586bf4f
gnome2.gnome-icon-theme: move to pkgs/data/icons
2020-04-05 22:14:23 -03:00
worldofpeace
6949162361
pantheon.xml: drop slow shutdown workaround
...
Them removing cerbere and registering with the SessionManager
should make shutdown very fast. This was even done in plank [0]
which was the last factor outside cerbere causing this.
[0]]: a8d2f255b2
2020-04-05 20:39:12 -04:00
worldofpeace
4fa0ae2f1f
pantheon.elementary-dock: init at 2020-02-28
...
It seems Pantheon has forked Plank.
2020-04-05 20:39:11 -04:00
worldofpeace
120a2f3033
pantheon.cerbere: remove
2020-04-05 20:39:11 -04:00
José Romildo Malaquias
4d9a57bd76
treewide: rename gnome2.gnome_icon_theme package to use dashes
2020-04-03 23:24:53 -03:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
worldofpeace
60a1732276
Revert "nixos/none: remove"
2020-04-02 04:07:18 -04:00
worldofpeace
ed073806a4
Merge pull request #84037 from worldofpeace/remove-none.nix
...
nixos/none: remove
2020-04-01 22:00:47 -04:00
worldofpeace
af6d2c822c
nixos/none: remove
...
This windowManager and desktopManager doesn't even have
an option to use it. git history suggests to me that there's no way anyone
finds this useful anymore.
2020-04-01 21:25:05 -04:00
worldofpeace
b0ac19e050
nixos: add freedesktop/gnome/myself maintainers
2020-04-01 20:53:09 -04:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
José Romildo Malaquias
e9d707cf8e
nixos.xfce: set desktopNames
2020-03-28 11:14:59 -03:00
Jan Tojnar
30ef9b92fa
gnome3.vino: remove
...
It has been removed from g-s-d, only a tiny bit remain in g-c-c.
2020-03-24 07:11:14 +01:00
Tor Hedin Brønner
859c46c933
gnome3.gnome-flashback: 3.34.2 -> 3.36.0
...
* Removed the use of gnome-screensaver (https://gitlab.gnome.org/GNOME/gnome-flashback/issues/18 )
* Flashback's menu-related environment variables are now set in the gnome3.nix module instead of gnome-panel to resolve dependency conflict.
2020-03-24 07:10:58 +01:00
worldofpeace
a82c39f178
Merge pull request #80066 from worldofpeace/mate-upstream
...
nixos/mate: use upstream session
2020-03-23 13:37:10 -04:00
Christian Kögler
8f12a72488
kodi: fix lirc support
...
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc
2020-03-22 12:47:25 +01:00
worldofpeace
0bbada3a07
Merge pull request #80451 from worldofpeace/pantheon-doc
...
nixos/pantheon: add docs
2020-03-01 16:56:55 +00:00