Compare commits
No commits in common. "5cc010a4b36d463b7564450fa2c6a98fd78cf2d3" and "9ebccf5cc6252081cb8c62478695bfb110ad20f9" have entirely different histories.
5cc010a4b3
...
9ebccf5cc6
3 changed files with 2 additions and 25 deletions
|
@ -41,7 +41,6 @@
|
|||
|
||||
security.rtkit.enable = true;
|
||||
security.pam.services.swaylock = {};
|
||||
services.udisks2.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
@ -60,7 +59,6 @@
|
|||
programs.home-manager.enable = true;
|
||||
imports = [
|
||||
../../modules/home/desktop
|
||||
../../modules/home/webcord.nix
|
||||
../../modules/home/cli
|
||||
../../modules/home/firefox
|
||||
../../modules/home/foot.nix
|
||||
|
|
|
@ -4,15 +4,11 @@
|
|||
enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
documents = "documents";
|
||||
download = "downloads";
|
||||
music = "medias/musics";
|
||||
music = "medias/music";
|
||||
pictures = "medias/images";
|
||||
videos = "medias/videos";
|
||||
templates = "tmp";
|
||||
desktop = "documents";
|
||||
publicShare = "tmp/public";
|
||||
videos = "medias/video";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
webcord
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
webcord = {
|
||||
name = "Webcord";
|
||||
genericName = "Unofficial Discord client";
|
||||
exec = "webcord --ozone-platform=wayland";
|
||||
icon = "webcord";
|
||||
terminal = false;
|
||||
categories = [ "Application" "Network" "WebBrowser" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue