Merge branch 'main' of https://git.thomasfamily.duckdns.org/michael/nix-dots
This commit is contained in:
commit
26b57fe16a
@ -5,8 +5,8 @@
|
|||||||
source = pkgs.fetchFromGitHub {
|
source = pkgs.fetchFromGitHub {
|
||||||
owner = "rafaelmardojai";
|
owner = "rafaelmardojai";
|
||||||
repo = "firefox-gnome-theme";
|
repo = "firefox-gnome-theme";
|
||||||
rev = "v110";
|
rev = "v121";
|
||||||
hash = "sha256-2KKntUo0uYCXZrnaB5Q7bf97+tUL3UiuyDtTlyjbXFo=";
|
hash = "sha256-M+Cw6vh7xCDmIhyVuEPNmaNVUwpmdFQq8zlsXZTKees=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,11 +1,15 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# Extensions
|
||||||
gnomeExtensions.caffeine
|
gnomeExtensions.caffeine
|
||||||
unstable.gnomeExtensions.paperwm
|
unstable.gnomeExtensions.paperwm
|
||||||
# gnomeExtensions.cleaner-overview
|
# gnomeExtensions.cleaner-overview
|
||||||
unstable.gnomeExtensions.vertical-overview
|
unstable.gnomeExtensions.vertical-overview
|
||||||
gnomeExtensions.disable-workspace-switch-animation-for-gnome-40
|
gnomeExtensions.disable-workspace-switch-animation-for-gnome-40
|
||||||
gnomeExtensions.blur-my-shell
|
gnomeExtensions.blur-my-shell
|
||||||
|
|
||||||
|
# Applications
|
||||||
|
blackbox-terminal
|
||||||
];
|
];
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user