Compare commits
No commits in common. "71d84d7ed6a0ac25a0c66a71f9b6c975fb5e6043" and "f3c052d597eb376ff3cd2bf96ef45ebf6792dca4" have entirely different histories.
71d84d7ed6
...
f3c052d597
@ -1,10 +1,10 @@
|
|||||||
{ config, pkgs, lib, home, ... }:
|
{ config, pkgs, lib, home, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nixfmt
|
nixfmt
|
||||||
|
jetbrains.idea-ultimate
|
||||||
|
jetbrains.jdk
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
10
users.nix
10
users.nix
@ -6,17 +6,13 @@
|
|||||||
users.users.giulio = {
|
users.users.giulio = {
|
||||||
description = "Giulio De Pasquale";
|
description = "Giulio De Pasquale";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enableBashCompletion = true;
|
enableBashCompletion = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
};
|
|
||||||
|
|
||||||
home-manager.users.root = {
|
|
||||||
imports = [ ./home/zsh.nix ./home/code.nix ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.giulio = {
|
home-manager.users.giulio = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user