Compare commits
2 commits
cc6b23219e
...
a097bd216d
Author | SHA1 | Date | |
---|---|---|---|
a097bd216d | |||
67376b63b0 |
2 changed files with 5 additions and 1 deletions
|
@ -47,6 +47,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
|
inter
|
||||||
iosevka-bin
|
iosevka-bin
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
|
@ -25,7 +25,10 @@
|
||||||
programs.ssh.startAgent = lib.mkForce false;
|
programs.ssh.startAgent = lib.mkForce false;
|
||||||
|
|
||||||
environment = with pkgs; {
|
environment = with pkgs; {
|
||||||
systemPackages = [ gnome-tweaks ];
|
systemPackages = [
|
||||||
|
adw-gtk3
|
||||||
|
gnome-tweaks
|
||||||
|
];
|
||||||
|
|
||||||
gnome.excludePackages = [
|
gnome.excludePackages = [
|
||||||
gnome-tour
|
gnome-tour
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue