Dolphin: Difference between revisions

Lint (talk | contribs)
m Provided name of dolphin package for convenience sake.
Tea (talk | contribs)
m Install: Remove duplicate code block, Fix nowiki tag
Line 21: Line 21:


=== Install ===
=== Install ===
{{File|3=<nowiki>
{{File|3=environment.systemPackages = with pkgs; [
    environment.systemPackages = with pkgs; [
    kdePackages.dolphin # This is the actual dolphin package
        kdePackages.dolphin # This is the actual dolphin package
];|name=/etc/nixos/configuration.nix|lang=nix}}
    ];
<nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
 
```
 
&lt;nowiki&gt;
 
    environment.systemPackages = with pkgs; [
 
        kdePackages.dolphin # This is the actual dolphin package
 
    ];
 
&lt;nowiki&gt;
 
```


=== File previews ===
=== File previews ===