Hi Brett,
Brett Gilio writes:
> Hi chris! Thank you for your feedback, and your insight. I appreciate it
> greatly. I have applied your changes (Both variations) and neither one
> seems to be working and nautilus remains on the system. I am honestly at
> a loss of what is wrong with the approach
Ludovic Courtès writes:
> Hi!
>
> Brett Gilio skribis:
>
>> I am trying to customize my the default gnome-package which gets
>> installed with the gnome-desktop-service.
>
> On this topic, don’t miss Chris’s excellent tutorial:
>
>
> https://gnu.org/software/guix/blog/2018/customize-guixsd-u
Hi!
Brett Gilio skribis:
> I am trying to customize my the default gnome-package which gets
> installed with the gnome-desktop-service.
On this topic, don’t miss Chris’s excellent tutorial:
https://gnu.org/software/guix/blog/2018/customize-guixsd-use-stock-ssh-agent-everywhere/
:-)
Ludo’.
Chris Marusich writes:
> Hi Brett,
>
> Brett Gilio writes:
>
>> (define-public gnome-custom
>> (package (inherit gnome)
>> (name "gnome-custom")
>> (inputs (alist-delete "nautilus" (package-inputs gnome)
>
> The spirit of this is correct, but the implementation isn't quite
> right
Hi Brett,
Brett Gilio writes:
> (define-public gnome-custom
> (package (inherit gnome)
> (name "gnome-custom")
> (inputs (alist-delete "nautilus" (package-inputs gnome)
The spirit of this is correct, but the implementation isn't quite
right. The gnome package has no inputs:
sc
Efraim Flashner writes:
> On Tue, Oct 23, 2018 at 01:04:05PM -0500, Brett Gilio wrote:
>>
>> Efraim Flashner writes:
>>
>> > On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote:
>> >> Hi all,
>> >>
>> >> I am trying to customize my the default gnome-package which gets
>> >> installed
On Tue, Oct 23, 2018 at 01:04:05PM -0500, Brett Gilio wrote:
>
> Efraim Flashner writes:
>
> > On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote:
> >> Hi all,
> >>
> >> I am trying to customize my the default gnome-package which gets
> >> installed with the gnome-desktop-service.
> >>
Efraim Flashner writes:
> On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote:
>> Hi all,
>>
>> I am trying to customize my the default gnome-package which gets
>> installed with the gnome-desktop-service.
>>
>> My strategy here has been to define a gnome-custom package in my
>> config
On Tue, Oct 23, 2018 at 01:51:21AM -0500, Brett Gilio wrote:
> Hi all,
>
> I am trying to customize my the default gnome-package which gets
> installed with the gnome-desktop-service.
>
> My strategy here has been to define a gnome-custom package in my
> config.scm which inherits the gnome packag