created gui dir

This commit is contained in:
Richie Cahill 2024-06-09 10:29:30 -04:00
parent 5ec4863d2b
commit 8b87c80c79
8 changed files with 55 additions and 12 deletions

41
flake.lock generated
View File

@ -70,6 +70,29 @@
"type": "github" "type": "github"
} }
}, },
"firefox-addons": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1717931498,
"narHash": "sha256-8j6h9gZmAngPXLFRRtd8ySRb0I43f0rRW0puU8IBwKA=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "3b7b7d83b3561269c2d8f20b5d4d4496bb36b2e6",
"type": "gitlab"
},
"original": {
"dir": "pkgs/firefox-addons",
"owner": "rycee",
"repo": "nur-expressions",
"type": "gitlab"
}
},
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -119,6 +142,21 @@
} }
}, },
"flake-utils": { "flake-utils": {
"locked": {
"lastModified": 1629284811,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": { "inputs": {
"systems": [ "systems": [
"systems" "systems"
@ -432,9 +470,10 @@
"inputs": { "inputs": {
"attic": "attic", "attic": "attic",
"fenix": "fenix", "fenix": "fenix",
"firefox-addons": "firefox-addons",
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat_2",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"flake-utils": "flake-utils", "flake-utils": "flake-utils_2",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland-contrib": "hyprland-contrib", "hyprland-contrib": "hyprland-contrib",
"nix": "nix", "nix": "nix",

View File

@ -45,6 +45,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils = { flake-utils = {
url = "github:numtide/flake-utils"; url = "github:numtide/flake-utils";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";

View File

@ -11,7 +11,6 @@
cinnamon.nemo cinnamon.nemo
cinnamon.nemo-fileroller cinnamon.nemo-fileroller
discord-canary discord-canary
firefox
gimp gimp
gparted gparted
mediainfo mediainfo

View File

@ -3,15 +3,15 @@
programs.firefox = { programs.firefox = {
enable = true; enable = true;
profiles.richie = { profiles.richie = {
extensions = with pkgs.inputs.firefox-addons; [ # extensions = with pkgs.inputs.firefox-addons; [
bitwarden-password-manager # bitwarden-password-manager
darkreader # darkreader
dearrow # dearrow
fastforwardteam # fastforwardteam
return-youtube-dislikes # return-youtube-dislikes
sponsorblock # sponsorblock
ublock-origin # ublock-origin
]; # ];
search.engines = { search.engines = {
"Nix Options" = { "Nix Options" = {
urls = [ urls = [

View File

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
vscode_dir = "/home/richie/projects/nix-dotfiles/users/richie/home/vscode"; vscode_dir = "/home/richie/projects/nix-dotfiles/users/richie/home/gui/vscode";
in in
{ {
# mutable symlinks to key binds and settings # mutable symlinks to key binds and settings