How to specify custom remappings with keyboard-layout?

2020-04-05 Thread Jakub Kądziołka
yout record, but both the documentation and the code aren't too clear on how I'd go about doing that. I'd appreciate any pointers. Regards, Jakub Kądziołka signature.asc Description: PGP signature

Re: How to specify custom remappings with keyboard-layout?

2020-04-06 Thread Jakub Kądziołka
ealize that I actually use SLiM.) Is there an equivalent file I could use to run a command when the login manager is starting? Regards, Jakub Kądziołka signature.asc Description: PGP signature

Re: Unable to edit pulseaudio config file

2020-06-20 Thread Jakub Kądziołka
erit config) (script-file "/home/nathan/.config/pulse/default.pa" Note that the file-append you've suggested would result in a path like /gnu/store/...-pulseaudio/home/nathan/.config/pulse/default.pa Regards, Jakub Kądziołka signature.asc Description: PGP signature

Using Haskell library packages - linker error

2020-09-06 Thread Jakub Kądziołka
returned 1 exit status `gcc' failed in phase `Linker'. (Exit code: 1) How can I fix this error? Am I doing something wrong, or is this a packaging bug? Regards, Jakub Kądziołka signature.asc Description: PGP signature

Re: Using Haskell library packages - linker error

2020-09-07 Thread Jakub Kądziołka
On Mon, Sep 07, 2020 at 09:50:51AM -0400, Timothy Sample wrote: > Hi Jakub, > > Jakub Kądziołka writes: > > > I am trying to set up Agda, and I have reduced it to a simpler problem: > > > > $ cat test.hs > > import Numeric.IEEE > > > > main =