Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dd2698082 | ||
|
|
9d5db185b3 | ||
|
|
3fcc75fc55 |
@@ -19,6 +19,6 @@ mkIf (flags.conception-assistee && flags.graphical) {
|
|||||||
## Électricité & Électronique
|
## Électricité & Électronique
|
||||||
fritzing # schéma de câblages "jolis"
|
fritzing # schéma de câblages "jolis"
|
||||||
kicad # ensemble d'outils de conception électronique
|
kicad # ensemble d'outils de conception électronique
|
||||||
qucs-s # simulateur de circuits électroniques
|
qucs # simulateur de circuits électroniques
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,8 +30,5 @@ environment.systemPackages = with pkgs; [
|
|||||||
transmission-gtk
|
transmission-gtk
|
||||||
transmission-qt
|
transmission-qt
|
||||||
transgui
|
transgui
|
||||||
|
|
||||||
# Téléchargement de vidéos
|
|
||||||
media-downloader
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,5 +26,8 @@ mkIf (flags.developpement && flags.graphical) {
|
|||||||
## Visualisation & outils de diff
|
## Visualisation & outils de diff
|
||||||
#gource # visualisation en mouvement de l'historique git
|
#gource # visualisation en mouvement de l'historique git
|
||||||
meld # outil de comparaison graphique
|
meld # outil de comparaison graphique
|
||||||
|
|
||||||
|
# Editeur texte
|
||||||
|
atom
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ mkIf true {
|
|||||||
## Montage de filesystem
|
## Montage de filesystem
|
||||||
curlftpfs # ftp
|
curlftpfs # ftp
|
||||||
exfat # Pour monter les FAT avec Fuse
|
exfat # Pour monter les FAT avec Fuse
|
||||||
|
hubicfuse # montage hubic
|
||||||
ntfs3g # ntfs
|
ntfs3g # ntfs
|
||||||
samba # partages windows
|
samba # partages windows
|
||||||
squashfsTools # squashfs
|
squashfsTools # squashfs
|
||||||
|
|||||||
@@ -32,15 +32,9 @@ mkIf true {
|
|||||||
wget # client HTTP console
|
wget # client HTTP console
|
||||||
which # pour connaitre le chemin d'un exécutable
|
which # pour connaitre le chemin d'un exécutable
|
||||||
helix # Éditeur post-moderne
|
helix # Éditeur post-moderne
|
||||||
# outils pour l'édition Nix
|
nil # LSP pour Nix
|
||||||
nixd # LSP pour Nix
|
|
||||||
nixfmt
|
|
||||||
nixfmt-tree
|
|
||||||
|
|
||||||
nodePackages.bash-language-server # LSP pour Bash
|
nodePackages.bash-language-server # LSP pour Bash
|
||||||
delta # visionneur de différences
|
delta # visionneur de différences
|
||||||
kitty.terminfo
|
|
||||||
rio.terminfo
|
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
gnupg.agent.enable = true;
|
gnupg.agent.enable = true;
|
||||||
|
|||||||
@@ -9,10 +9,11 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
# The NixOS release to be compatible with for stateful data such as databases.
|
# The NixOS release to be compatible with for stateful data such as databases.
|
||||||
system.stateVersion = "19.09";
|
#system.stateVersion = "19.09";
|
||||||
|
|
||||||
# copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix)
|
# copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix)
|
||||||
system.copySystemConfiguration = true;
|
# https://github.com/NixOS/nixpkgs/issues/97252
|
||||||
|
#system.copySystemConfiguration = true;
|
||||||
|
|
||||||
# On autorise les paquets non-libres
|
# On autorise les paquets non-libres
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ in
|
|||||||
|
|
||||||
system.autoUpgrade.enable = flags.auto-upgrade;
|
system.autoUpgrade.enable = flags.auto-upgrade;
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|||||||
27
flake.lock
generated
Normal file
27
flake.lock
generated
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"nodes": {
|
||||||
|
"nixpkgs": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1659981942,
|
||||||
|
"narHash": "sha256-uCFiP/B/NXOWzhN6TKfMbSxtVMk1bVnCrnJRjCF6RmU=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "39d7f929fbcb1446ad7aa7441b04fb30625a4190",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": "root",
|
||||||
|
"version": 7
|
||||||
|
}
|
||||||
9
flake.nix
Normal file
9
flake.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
description = "Module NixOS de base Grudunet";
|
||||||
|
|
||||||
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
|
outputs = { self, nixpkgs, ... }: {
|
||||||
|
nixosModules.default = import ./base.nix ;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user