mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: remove redundant xdg.portal config in home
This commit is contained in:
parent
42df1c821b
commit
4dc2b59670
3 changed files with 211 additions and 79 deletions
|
|
@ -495,6 +495,9 @@ Lastly I define some common module lists that I can simply load depending on the
|
|||
|
||||
#+end_src
|
||||
*** General (outputs)
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:54cd8f65-a3ba-43c3-ae37-5f04383fe720
|
||||
:END:
|
||||
|
||||
In this section I am creating some attributes that define general concepts of my configuration:
|
||||
|
||||
|
|
@ -4355,6 +4358,9 @@ This utility checks if there are updated packages in nixpkgs-unstable. It does s
|
|||
#+end_src
|
||||
|
||||
**** github-notifications
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:a9398c4e-4d3b-4942-b03c-192f9c0517e5
|
||||
:END:
|
||||
|
||||
This utility checks if there are updated packages in nixpkgs-unstable. It does so by fully building the most recent configuration, which I do not love, but it has its merits once I am willing to switch to the newer version.
|
||||
|
||||
|
|
@ -8068,6 +8074,9 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
|
|||
#+end_src
|
||||
|
||||
***** yubikey-touch-detector
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:1598c90b-f195-41a0-9132-94612edf3586
|
||||
:END:
|
||||
|
||||
#+begin_src nix :tangle profiles/common/home/yubikey-touch-detector.nix
|
||||
{ pkgs, ... }:
|
||||
|
|
@ -8531,16 +8540,6 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]]
|
|||
};
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
config = {
|
||||
common = {
|
||||
default = "wlr";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries =
|
||||
let
|
||||
terminal = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue