Compare commits
No commits in common. "5f26422de51fde55ea890c440455ff08d29a6fc9" and "65c4c94cd152826f262028289622fef2897e24ca" have entirely different histories.
5f26422de5
...
65c4c94cd1
2 changed files with 16 additions and 24 deletions
|
|
@ -29,6 +29,14 @@
|
|||
keyMap = "fr";
|
||||
};
|
||||
|
||||
# Sway
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
};
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
# services.printing.enable = true;
|
||||
|
||||
|
|
@ -67,18 +75,26 @@
|
|||
];
|
||||
};
|
||||
in [
|
||||
bemenu # slurpshot
|
||||
grim # slurpshot
|
||||
slurp # slurpshot
|
||||
imv # slurpshot
|
||||
alacritty
|
||||
chromium
|
||||
docker-compose
|
||||
hunspell
|
||||
hunspellDicts.fr-classique
|
||||
inkscape
|
||||
kanshi
|
||||
libreoffice-fresh
|
||||
my-vscode
|
||||
nixfmt
|
||||
pass-wayland
|
||||
pulsemixer
|
||||
pwgen
|
||||
scribus
|
||||
tex
|
||||
zathura
|
||||
|
||||
# General development
|
||||
poetry
|
||||
|
|
@ -126,9 +142,6 @@
|
|||
xkb.layout = "fr";
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
};
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
epiphany
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue