Tobias Bora

Results 245 comments of Tobias Bora

I'm also running KDE Plasma but I can't reproduce the white border (in my case the theme is also black, but I’m using a dark theme anyway, so not surprising…...

I don't think this is related, `adwaita-icon-theme` seems to only contains icons like "new file", "new folder" etc, not application-related icons.

Well each software installs the icons when they get install. I do believe it is obtained using the above AppStream stuff

Sure, that's precisely why we can't rely on system-installed icons

Well, I guess custom icon themes are ignored by this program, but to be honest I have no idea. In any case, even if the icon does not follow the...

Ok, seems like we need `gtk3` installed to provide `gtk-launch` and `gnome-console` to provide `kgx` (I am running on KDE plasma so it is not enabled by default). Maybe we...

I guess we can close it then? On mine I used successfully: ``` { description = "The configuration of my system"; inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; # https://github.com/snowfallorg/nix-software-center nix-software-center.url...

My understanding from reading the source is that it will install packages with either `nix-env` or `nix profile` (you can choose from the configuration), i.e. imperatively, so I guess it...

And with flake support, which registry, like: ``` - nixpkgs - github:NixOs/nixpkgs - blender-bin - … ``` (note that the first two entries might be different, as the first one...

I mean, I want to provide a nix-shell where emacs is installed with some pre-configured packages. As far as I understand, what you describe here is a setting where emacs...