Compare commits

..

No commits in common. "5f26422de51fde55ea890c440455ff08d29a6fc9" and "65c4c94cd152826f262028289622fef2897e24ca" have entirely different histories.

2 changed files with 16 additions and 24 deletions

View file

@ -29,6 +29,14 @@
keyMap = "fr"; keyMap = "fr";
}; };
# Sway
programs.sway = {
enable = true;
};
programs.waybar = {
enable = true;
};
# Enable CUPS to print documents. # Enable CUPS to print documents.
# services.printing.enable = true; # services.printing.enable = true;
@ -67,18 +75,26 @@
]; ];
}; };
in [ in [
bemenu # slurpshot
grim # slurpshot
slurp # slurpshot
imv # slurpshot
alacritty
chromium chromium
docker-compose docker-compose
hunspell hunspell
hunspellDicts.fr-classique hunspellDicts.fr-classique
inkscape inkscape
kanshi
libreoffice-fresh libreoffice-fresh
my-vscode my-vscode
nixfmt nixfmt
pass-wayland pass-wayland
pulsemixer
pwgen pwgen
scribus scribus
tex tex
zathura
# General development # General development
poetry poetry
@ -126,9 +142,6 @@
xkb.layout = "fr"; xkb.layout = "fr";
displayManager.gdm.enable = true; displayManager.gdm.enable = true;
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
excludePackages = with pkgs; [
xterm
];
}; };
environment.gnome.excludePackages = with pkgs; [ environment.gnome.excludePackages = with pkgs; [
epiphany epiphany

View file

@ -1,21 +0,0 @@
{ config, lib, pkgs, inputs, outputs, ... }:
{
programs.sway = {
enable = true;
};
programs.waybar = {
enable = true;
};
users.users.jhemono.packages = with pkgs; [
bemenu # slurpshot
grim # slurpshot
slurp # slurpshot
imv # slurpshot
alacritty
kanshi
pulsemixer
zathura
];
}