mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
basic rofi and more macos cleanup
This commit is contained in:
10
hosts/common.nix
Normal file
10
hosts/common.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ git vim wget curl ];
|
||||
|
||||
}
|
@ -13,12 +13,12 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/f0313f58-971a-46e3-9191-909fe5eb7f7e";
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/FB26-799C";
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user