Skip to content

Commit

Permalink
fix: desktop file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 18, 2023
1 parent f73aa35 commit 9345f15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions home-manager/_mixins/users/tcarrio/systems/linux.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ username, ... }: {
imports = [
./audio-recorder.nix
./celluloid.nix
./dconf-editor.nix
./gnome-sound-recorder.nix
./tilix.nix
./emote.nix
../../../desktop/audio-recorder.nix
../../../desktop/celluloid.nix
../../../desktop/dconf-editor.nix
../../../desktop/gnome-sound-recorder.nix
../../../desktop/tilix.nix
../../../desktop/emote.nix
];

systemd.user.tmpfiles.rules = [
Expand Down

0 comments on commit 9345f15

Please sign in to comment.