Re: How to disable gnome-display manager?

2024-01-19 Thread Ian Eure
Hi Rodrigo, (answering in reverse order because I think that makes more sense) Rodrigo Morales writes: I have two questions: 2. I wouldn't need to answer the first question if I could make GNOME Display Manager to use Sway (currently, it only uses EXWM and I don't see a button to

How to disable gnome-display manager?

2024-01-19 Thread Rodrigo Morales
I want to remove gdm-service-type from %desktop-services because I don't know how to make gmd-service-type use Sway, so I'd rather launch sway manually after logging in with my user. #+BEGIN_SRC scheme (use-modules (gnu) (gnu services ssh) (gnu services avahi) (gnu services shepherd) (gnu s

Re: Make a simple guile script to a package - source local file

2024-01-19 Thread Richard Sent
Théo Tyburn writes: > Hi again, > > Now I want to package a python script that has some dependencies on > python packages. > > How do I go about packaging it to make the script available from the command > line > without polluting the environment with the dependencies ? I am looking > for a simi

Re: Certbot override trusted CA when using custom server

2024-01-19 Thread Moisés Simón
It is simple way to automate creation and renewal of ssl certificates. 18 ene 2024 19:35:20 Felix Lechner : > Hi, > > On Thu, Jan 18 2024, Moisés Simón wrote: > >> I'm running my own internal Lets Encrypt server. > > What's the point of running Certbot with your own certificate authority? > Ar

Re: Make a simple guile script to a package - source local file

2024-01-19 Thread Felix Lechner via
Hi Théo, On Fri, Jan 19 2024, Théo Tyburn wrote: > How do I go about packaging it to make the script available from the command > line > without polluting the environment with the dependencies ? The best way is wrap-program, or my forthcoming wrap-executable. Kind regards Felix

Re: Make a simple guile script to a package - source local file

2024-01-19 Thread Théo Tyburn
Hi again, Now I want to package a python script that has some dependencies on python packages. How do I go about packaging it to make the script available from the command line without polluting the environment with the dependencies ? I am looking for a similar effect to running `guix shell py

Re: Guix Shepherd Service Help

2024-01-19 Thread Felix Lechner via
Hi Samuel, On Fri, Jan 19 2024, samuel@thewilley.family wrote: > it seems that even hard-coded paths don't work inside of the > configuration yaml. Personally, I would create the configuration file via serializers in 'define-configuration'. It would allow you to use the store paths that come fro

Re: Guix Shepherd Service Help

2024-01-19 Thread Richard Sent
On 2024-01-19 10:23, samuel@thewilley.family wrote: Any help would be nice, I've been smashing my head into the wall for a few days as I feel this is required for my usage of Emacs. I'm not sure why anyone would want this, but the relevant channels.scm snippet will be in the readme.md of the sa

Guix Shepherd Service Help

2024-01-19 Thread samuel
Hello, I'm new to Guix (About five or so days?), right now I'm attempting to make a service for udevmon (interception-tools) so that I can use caps2esc (I've already defined that package in my channel) so that I don't get Emacs pinky 😄. However, I'm running into one issue... I can get the servi

Re: Include home environment in image

2024-01-19 Thread Lars Rustand
Richard writes: > +1 for upstreaming if possible. Being able to associate home > environments with a system declaration would be very helpful. I remember > someone asking about guix deploy and home environments, so it seems to > be a popular feature request. This reminds me of an idea I've had

Re: Include home environment in image

2024-01-19 Thread Richard
Lars Rustand writes: > Kristoffer Ström writes: > > The service definition even seems to be fully self-contained and not > dependent on any other RDE code, so it should be possible to simply copy > the service definition into your own config without needing to add RDE > at all (although I have n

Re: Include home environment in image

2024-01-19 Thread Lars Rustand
Kristoffer Ström writes: > I would love to know this as well. I've not found any examples in the > wild that are not tied into other distributions (RDE). Thanks for pointing me in the right direction! After doing some digging in RDE sources I found the `guix-home-service-type` which does exact

Help packaging network-manager-sstp and sstp-client

2024-01-19 Thread Lars Rustand
Hello, I'm trying to package network-manager-sstp (and its dependency sstp-client), but I'm running into a weird error. I'm sure it is a very easy problem to solve for someone with a little more experience with the build-system. >From what I can tell these packages should be fairly standard auto